TcxRichEditTableParams Members
Rich edit table settings.Properties
| Name | Description |
|---|---|
| Alignment | Specifies the table alignment within the control. |
| CellMargins | Specifies the cell padding at the table level. |
| ColumnParams | Specifies column settings. |
| ColumnParamsCount | Determines the number of column settings sets. |
| RowHeight | Specifies the row height, in pixels. |
| RowIndent | Specifies the row indent, in pixels. |
Methods
| Name | Description |
|---|---|
| AddColumnParams | |
| AddColumnParams(TcxRichEditTableColumnParams) | Creates a set of column settings. |
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| ClearColumnParams | Clears column settings. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| InsertTable(TcxCustomEdit,Integer,Integer) | Inserts a table into a rich edit. |
| ToString | Inherited from TObject. |
See Also