Example #1
0
 internal CellFormat(CellFormats cellFormats, string fillColor)
 {
     _fillColor   = fillColor;
     _cellFormats = cellFormats;
 }
Example #2
0
 internal void Deleted()
 {
     _cells.Clear();
     _cellFormats = null;
 }
Example #3
0
 internal void Init()
 {
     _sheets      = new Sheets(this);
     _cellFormats = new CellFormats(this);
 }