FlexPivot for WinForms
MoveRange メソッド (ColumnCollection)

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

パラメータ

index
The index of the first column in the range that will be moved.
count
The number of columns that will be moved.
indexNew
New position for the first column in the range.
参照

ColumnCollection クラス
ColumnCollection メンバ