| ImageEn, unit iexRichEdit |
|
TIEParaAttributes.TableStyle
Declaration
property TableStyle: TIEParaTableStyle;
Description
Specify the table formatting style for the paragraph when it is part of a table.
Example
// Format the paragraph as a table row
IERichEdit1.Paragraph.TableStyle := tsTableRow;