var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: Style value = instance.getActualStyle(row, column, sheetArea, sheetStyleOnly);
Parameters
- row
- The row index.
- column
- The column index.
- sheetArea
- The sheet area. If this parameter is not provided, it defaults to viewport.
- sheetStyleOnly
- If
true
, the row filter and the conditional format style are not applied to the return style; otherwise, the return style only contains the cell's inherited style.
Return Value
Returns the cell style of the specified cell.