TcxRichEditTableColumnParams Record
In This Article
Enumerates column settings.
#Declaration
Delphi
TcxRichEditTableColumnParams = record
#Remarks
Values include:
Value | Meaning |
---|---|
Background |
Specifies the background color within a column. |
Border |
Specifies the border color within a column. |
Border |
Specifies the border width within a column. |
Foreground |
Specifies the fill color for a column. |
Vertical |
Specifies the vertical alignment within a column. |
Width | Specifies the column width. |
See Also