Enum TableConditionalFormattingType
Specifies the area of a table in which to apply special style formatting.
Namespace: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public enum TableConditionalFormattingTypeFields
| Name | |
|---|---|
| EvenColumnBanding | Applies formatting to even-numbered columns. | 
| EvenRowBanding | Applies formatting to even-numbered rows. | 
| FirstColumn | Applies formatting to the first column in a table. | 
| FirstRow | |
| FirstRowFirstCell | Applies formatting to the first cell in the first row. | 
| FirstRowLastCell | Applies formatting to the last cell in the first row. | 
| LastColumn | Applies formatting to the last column in a table. | 
| LastRow | Applies formatting to the last row in a table. | 
| LastRowFirstCell | Applies formatting to the first cell in the last row of the table. | 
| LastRowLastCell | Applies formatting to the last cell in the last row of the table. | 
| OddColumnBanding | Applies formatting to odd-numbered columns. | 
| OddRowBanding | Applies formatting to odd-numbered rows. |