TcxParaAttributes2.TableStyle Property
Specifies the table style.
Declaration
property TableStyle: TcxParaFormat2TableStyle read;
Property Value
Type |
---|
TcxParaFormat2TableStyle |
Remarks
Values include:
Value | Meaning |
---|---|
pftsNone | The table style is not specified. |
pftsCell | The paragraph is a table cell. |
pftsRowDelimiter | The paragraph is a table row. |
See Also