Skip to main content

TdxRichEditConditionalTableStyleFormattingType Enum

Declaration

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