Enum
PredefinedConditionalFormat

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.

Declaration

cs-api-definition
Custom = 6

Field Value

PredefinedConditionalFormat

GreenFillWithDarkGreenText

A light green fill with dark green text formatting.

Declaration

cs-api-definition
GreenFillWithDarkGreenText = 2

Field Value

PredefinedConditionalFormat

LightRedFill

A light red fill.

Declaration

cs-api-definition
LightRedFill = 3

Field Value

PredefinedConditionalFormat

LightRedFillWithDarkRedText

A light red fill with dark red text formatting.

Declaration

cs-api-definition
LightRedFillWithDarkRedText = 0

Field Value

PredefinedConditionalFormat

RedBorder

A red border formatting.

Declaration

cs-api-definition
RedBorder = 5

Field Value

PredefinedConditionalFormat

RedText

A red text formatting.

Declaration

cs-api-definition
RedText = 4

Field Value

PredefinedConditionalFormat

YellowFillWithDarkYellowText

A light yellow fill with dark yellow text formatting.

Declaration

cs-api-definition
YellowFillWithDarkYellowText = 1

Field Value

PredefinedConditionalFormat