'Declaration Public Overloads Overridable Function GetActualStyleInfo( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal sheetArea As SheetArea, _ ByVal sheetStyleOnly As Boolean _ ) As StyleInfo
Parameters
- row
- The row index.
- column
- The column index.
- sheetArea
- The sheet area.
- sheetStyleOnly
- If
true
, the row filter and the conditional format style are not applied to the return style; otherwise, the return style only contains cell's inherited style.
Return Value
Returns the cell style of the specified cell.