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