GC.Spread.Sheets Namespace > CellRange type : text Method |
var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.text(value);
function text( value : string ) : any;
activeSheet.getCell(1,1).text("cell object");