Skip to main content

TcxGridBand.MoveColumn(TcxGridBandedColumn,Integer,Integer) Method

Moves the specified column in respect to other columns within the band.

Declaration

procedure MoveColumn(AColumn: TcxGridBandedColumn; ARowIndex: Integer; AColIndex: Integer);

Parameters

Name Type
AColumn TcxGridBandedColumn
ARowIndex Integer
AColIndex Integer

Remarks

Use the MoveColumn method to specify the required column position among the other band columns. The AColumn parameter identifies the column to move, the ARowIndex and the AColIndex parameters specify the values of the RowIndex and ColIndex properties of the required position.

See Also