FlexGrid for WinForms
MoveRange メソッド (RowCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > RowCollection クラス : MoveRange メソッド
移動する範囲内の最初の行のインデックス。
移動する行の数。
範囲内の最初の行の新しい位置。
行の範囲をコレクション内の新しい位置に移動します。
シンタックス
'宣言
 
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
移動する範囲内の最初の行のインデックス。
count
移動する行の数。
indexNew
範囲内の最初の行の新しい位置。
参照

RowCollection クラス
RowCollection メンバ