var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: CellRange value = instance.getCell(row, col, sheetArea);
Parameters
- row
- The row index.
- col
- The column index.
- sheetArea
- The sheet area. If this parameter is not given, it defaults to viewport.
Return Value
The cell.