var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: Object value = instance.getTag(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 tag value of the cell.