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