TcxCustomVerticalGrid.AssignRows(TcxCustomVerticalGrid) Method
Copies a number of rows.
Declaration
procedure AssignRows(Source: TcxCustomVerticalGrid); virtual;
Parameters
Name | Type |
---|---|
Source | TcxCustomVerticalGrid |
Remarks
The AssignRows method replaces existing grid rows with those copied from another vertical grid.
Also, you can add new rows to the control by using the Add or AddChild methods. You can delete all the rows from the control by calling the ClearRows method.
See Also