var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.formula(value);
function formula( value : string ) : any;
Parameters
- value
- The cell formula.
Return Value
If no value is set, returns the cell formula; otherwise, returns the cell.