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