FlexGrid for WinForms
Move メソッド (RowCollection)

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > RowCollection クラス : Move メソッド
削除する行のインデックス。
行の新しい位置。
Rowオブジェクトをコレクション内の新しい位置に移動します。
シンタックス
'宣言
 
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
削除する行のインデックス。
indexNew
行の新しい位置。
参照

RowCollection クラス
RowCollection メンバ