TcxCustomVerticalGrid.Remove(TcxCustomRow) Method
Removes a row from the grid.
Declaration
procedure Remove(ARow: TcxCustomRow);
Parameters
Name | Type |
---|---|
ARow | TcxCustomRow |
Remarks
Use the Remove method to delete a particular row from the collection of grid rows (see Rows).
The ARow parameter specifies the row to be removed.
Additionally, you can remove all rows at once using the ClearRows method.
See Also