ConditionalTableStyleFormattingTypes Enum
Lists table elements to which a style should be applied.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
WholeTable
|
Formats the whole table. |
FirstRow
|
Formats the first row of a table. |
LastRow
|
Formats the last row of a table. |
FirstColumn
|
Formats the first column of a table. |
LastColumn
|
Formats the last column of a table. |
OddColumnBanding
|
Formats odd columns of a table. |
EvenColumnBanding
|
Formats even columns of a table. |
OddRowBanding
|
Formats odd rows of a table. |
EvenRowBanding
|
Formats even rows of a table. |
TopRightCell
|
Formats the top right cell of a table. |
TopLeftCell
|
Formats the top left cell of a table. |
BottomRightCell
|
Formats the bottom right cell of a table. |
BottomLeftCell
|
Formats the bottom left cell of a table. |
See Also