EnumPredefinedConditionalFormat
Enum
Represents the possible types of predefined conditional formatting formatting.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public enum PredefinedConditionalFormat
Fields
Custom
Custom formatting.
GreenFillWithDarkGreenText
A light green fill with dark green text formatting.
Declaration
cs-api-definition
GreenFillWithDarkGreenText = 2
Field Value
LightRedFill
A light red fill.
LightRedFillWithDarkRedText
A light red fill with dark red text formatting.
Declaration
cs-api-definition
LightRedFillWithDarkRedText = 0
Field Value
RedBorder
A red border formatting.
RedText
A red text formatting.
YellowFillWithDarkYellowText
A light yellow fill with dark yellow text formatting.
Declaration
cs-api-definition
YellowFillWithDarkYellowText = 1
Field Value