GcSpread.Sheets Namespace > Cell type : value Method |
var instance = new GcSpread.Sheets.Cell(sheet, row, col, sheetArea); var returnValue; // Type: object returnValue = instance.value(value);
function value( value : object ) : object;
activeSheet.getColumn(3).visible(false); activeSheet.getCell(0,3).value("Test"); activeSheet.getColumn(1).width(100);
activeSheet.getCell(1,1).value(10);