var instance = new GcSpread.Sheets.Sheet(name); var value; // Type: Cell value = instance.getCell(row, col, sheetArea);
function getCell( row : number, col : number, sheetArea : SheetArea ) : Cell;
activeSheet.getCell(1,1).text("cell object");
Sheet type
Copyright © GrapeCity, inc. All rights reserved.