XlsRange
GetConditionFormatsStyle Method
|
Get the calculated condition format style of current Range.
If style of every cell is not same, return null.
If current range without condition format, return null.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellStyle GetConditionFormatsStyle()
Public Function GetConditionFormatsStyle As CellStyle
public:
CellStyle^ GetConditionFormatsStyle()
member GetConditionFormatsStyle : unit -> CellStyle
Return Value
Type:
CellStyle
See Also