コード例 #1
0
ファイル: Style.cs プロジェクト: a136131816/Panda.SimpleExcel
 internal ICellStyle GetICellStyle()
 {
     if (_workbook == null)
     {
         return(null);
     }
     return(_workbook.FindOrCreateCellStyle(this));
 }