FlexPivot for WinForms
MoveRange メソッド (RowColCollection)

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

パラメータ

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

RowColCollection クラス
RowColCollection メンバ