FlexPivot for WinForms
Move メソッド (ColumnCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > ColumnCollection クラス : Move メソッド
Index of the column to be moved.
New position for the column.
Moves a Column object to a new position in the collection.
シンタックス
'宣言
 
Public Overrides Sub Move( _
   ByVal indexOld As System.Integer, _
   ByVal indexNew As System.Integer _
) 
public override void Move( 
   System.int indexOld,
   System.int indexNew
)

パラメータ

indexOld
Index of the column to be moved.
indexNew
New position for the column.
参照

ColumnCollection クラス
ColumnCollection メンバ