TcxTreeListColumnPosition.SetPositionEx(Integer,Integer,Integer,Boolean) Method
Moves the column at a specific position in a specified band.
Declaration
procedure SetPositionEx(ABandIndex: Integer; AColIndex: Integer; ARowIndex: Integer; IsInsertRow: Boolean = False);
Parameters
Name | Type |
---|---|
ABandIndex | Integer |
AColIndex | Integer |
ARowIndex | Integer |
IsInsertRow | Boolean |
Remarks
Call this method to simultaneously change the column’s Position.BandIndex, Position.ColIndex, and Position.RowIndex property values. New property values are passed as the ABandIndex, AColIndex and ARowIndex parameters, respectively.
Pass True as the IsInsertRow parameter to make the column occupy an entire row in a band.
See Also