var instance = new GcSpread.Sheets.Calc.CalcSourceModel(service, service2); var value; // Type: any value = instance.setFormula(row, col, formula);
function setFormula( row : number, col : number, formula : string ) : any;
CalcSourceModel type
Copyright © GrapeCity, inc. All rights reserved.