GC.Spread.Sheets Namespace > CellRange type : value Method |
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;
activeSheet.getCell(-1, 3).visible(false); activeSheet.getCell(0,3).value("Test"); activeSheet.getCell(-1, 1).width(100);
activeSheet.getCell(1,1).value(10);