Ejemplo n.º 1
0
 internal ICellStyle GetICellStyle()
 {
     if (_workbook == null)
     {
         return(null);
     }
     return(_workbook.FindOrCreateCellStyle(this));
 }