RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.MoveColumn Method

Moves a column to a new position.

Pascal
procedure MoveColumn(FromIndex: Longint; ToIndex: Longint);
C++
__fastcall MoveColumn(Longint FromIndex, Longint ToIndex);

Call MoveColumn to move the column identified by the FromIndex parameter to the position specified by the ToIndex parameter. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!