ConditionalTableStyleFormattingTypes Enum
Lists table elements to which a style should be applied.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Members
Name | Description |
---|---|
Whole
|
Formats the whole table. |
First
|
Formats the first row of a table. |
Last
|
Formats the last row of a table. |
First
|
Formats the first column of a table. |
Last
|
Formats the last column of a table. |
Odd
|
Formats odd columns of a table. |
Even
|
Formats even columns of a table. |
Odd
|
Formats odd rows of a table. |
Even
|
Formats even rows of a table. |
Top
|
Formats the top right cell of a table. |
Top
|
Formats the top left cell of a table. |
Bottom
|
Formats the bottom right cell of a table. |
Bottom
|
Formats the bottom left cell of a table. |