Represents the type of conditional formatting rule in the dialog.
Namespace: Radzen.Blazor.Spreadsheet.Tools
Assembly: Radzen.Blazor.dll
public enum ConditionalFormatRuleType| Name | Description |
|---|---|
| GreaterThan | Greater than a value. |
| LessThan | Less than a value. |
| Between | Between two values. |
| EqualTo | Equal to a value. |
| TextContains | Text contains a string. |