var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: Base value = instance.getCellType(row, col, sheetArea);
Parameters
- row
- The row index.
- col
- The column index.
- sheetArea
- The sheet area. If this parameter is not provided, it defaults to viewport.
Return Value
Returns the cell type for the specified cell.