TdxRichEditTableLookType Enum
Declaration
TdxRichEditTableLookType = (
ApplyFirstRow,
ApplyLastRow,
ApplyFirstColumn,
ApplyLastColumn,
DoNotApplyRowBanding,
DoNotApplyColumnBanding
);
Members
Name |
---|
ApplyFirstRow
|
ApplyLastRow
|
ApplyFirstColumn
|
ApplyLastColumn
|
DoNotApplyRowBanding
|
DoNotApplyColumnBanding
|
See Also