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