public CellFormulaProxy(WorksheetCache wscache)
 {
     _wscache = wscache;
 }
예제 #2
0
 public CellProxy(WorksheetCache wscache)
 {
     this._wscache = wscache;
 }