Back to Devexpress

TdxRichEditConditionalTableStyleFormattingType Enum

vcl-dxrichedit-dot-nativeapi-f86285e6.md

latest718 B
Original Source

TdxRichEditConditionalTableStyleFormattingType Enum

Declaration

delphi
TdxRichEditConditionalTableStyleFormattingType = (
    BottomLeftCell,
    BottomRightCell,
    TopLeftCell,
    TopRightCell,
    EvenRowBanding,
    OddRowBanding,
    EvenColumnBanding,
    OddColumnBanding,
    LastColumn,
    FirstColumn,
    LastRow,
    FirstRow,
    WholeTable
);

Members

Name
BottomLeftCell
BottomRightCell
TopLeftCell
TopRightCell
EvenRowBanding
OddRowBanding
EvenColumnBanding
OddColumnBanding
LastColumn
FirstColumn
LastRow
FirstRow
WholeTable

See Also

dxRichEdit.NativeApi Unit