TdxRichEditConditionalTableStyleFormattingType Enum
In This Article
#Declaration
Delphi
TdxRichEditConditionalTableStyleFormattingType = (
BottomLeftCell,
BottomRightCell,
TopLeftCell,
TopRightCell,
EvenRowBanding,
OddRowBanding,
EvenColumnBanding,
OddColumnBanding,
LastColumn,
FirstColumn,
LastRow,
FirstRow,
WholeTable
);
#Members
Name |
---|
Bottom
|
Bottom
|
Top
|
Top
|
Even
|
Odd
|
Even
|
Odd
|
Last
|
First
|
Last
|
First
|
Whole
|
See Also