TcxParaAttributes2.TableStyle Property
In This Article
Specifies the table style.
#Declaration
Delphi
property TableStyle: TcxParaFormat2TableStyle read;
#Property Value
Type |
---|
Tcx |
#Remarks
Values include:
Value | Meaning |
---|---|
pfts |
The table style is not specified. |
pfts |
The paragraph is a table cell. |
pfts |
The paragraph is a table row. |
See Also