var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: Object value = instance.getValue(row, col, sheetArea, valueType);
Parameters
- row
- The row index.
- col
- The column index.
- sheetArea
- The sheet area. If this parameter is not provided, it defaults to viewport.
- valueType
- - Indicate the return value type is normal text or rich text, default is normal text.
Return Value
Returns the value of the cell.