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