Enum ConditionalFormatColor
Defines the conditional format colors used by highlight cells and top/bottom rules.
Namespace: Syncfusion.Blazor.Spreadsheet
Assembly: Syncfusion.Blazor.Spreadsheet.dll
Syntax
public enum ConditionalFormatColor
Remarks
Represents preset color combinations that can be applied by highlight or top/bottom conditional formatting rules.
- RedFillWithDarkRedText - Light Red fill with Dark Red text.
- YellowFillWithDarkYellowText - Yellow fill with Dark Yellow text.
- GreenFillWithDarkGreenText - Green fill with Dark Green text.
- RedFill - Red fill (no text color change).
- RedText - Red text (no fill change).
Fields
| Name | Description |
|---|---|
| GreenFillWithDarkGreenText | Green fill with Dark Green text. |
| RedFill | Red fill without text color change. |
| RedFillWithDarkRedText | Light Red fill with Dark Red text. |
| RedText | Red text without fill color change. |
| YellowFillWithDarkYellowText | Yellow fill with Dark Yellow text. |