ExcelWorksheetConditionalFormatting Property |
Gets the conditional formatting rules applied on cell ranges of this sheet.
Currently supported in XLSX only.
Namespace:
GemBox.Spreadsheet
Assembly:
GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 43.0.35.1106
Syntaxpublic ConditionalFormatRuleCollection ConditionalFormatting { get; }
Public ReadOnly Property ConditionalFormatting As ConditionalFormatRuleCollection
Get
Property Value
Type:
ConditionalFormatRuleCollection
The conditional formatting rules applied on cell ranges of this sheet.
See Also