Enum ConditionalFormattingType
Defines conditional formatting styles type.
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum ConditionalFormattingType
Fields
Name | Description |
---|---|
EvenColumnBanding | The even column banding |
EvenRowBanding | The even row banding |
FirstColumn | The first column |
FirstRow | The first row |
FirstRowFirstCell | The first row first cell |
FirstRowLastCell | The first row last cell |
LastColumn | The last column |
LastRow | The last row |
LastRowFirstCell | The last row first cell |
LastRowLastCell | The last row last cell |
OddColumnBanding | The odd column banding |
OddRowBanding | The odd row banding |