TcxRichEditTableParams.InsertTable(TcxCustomEdit,Integer,Integer) Method
Inserts a table into a rich edit.
Declaration
procedure InsertTable(ARichEdit: TcxCustomEdit; AColumnCount: Integer; ARowCount: Integer);
Parameters
Name | Type |
---|---|
ARichEdit | TcxCustomEdit |
AColumnCount | Integer |
ARowCount | Integer |
Remarks
ARichEdit specifies the rich edit into which a table will be inserted.
AColumnCount specifies the number of table columns.
ARowCount specifies the number of table rows.
Note that table settings (see the ColumnParams property) are specified before the table is created.
See Also