public CellFormulaProxy(WorksheetCache wscache)
 {
     _wscache = wscache;
 }
Exemplo n.º 2
0
 public CellProxy(WorksheetCache wscache)
 {
     this._wscache = wscache;
 }