FlexPivot for WinForms
MoveRange メソッド (RowCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > RowCollection クラス : MoveRange メソッド
The index of the first row in the range that will be moved.
The number of rows that will be moved.
New position for the first row in the range.
Moves a range of rows 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 row in the range that will be moved.
count
The number of rows that will be moved.
indexNew
New position for the first row in the range.
参照

RowCollection クラス
RowCollection メンバ