FlexPivot for WinForms
Move メソッド (RowCollection)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > RowCollection クラス : Move メソッド
Index of row to be moved.
New position for the row.
Move a Row object to a new position in the collection.
シンタックス
'宣言
 
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
Index of row to be moved.
indexNew
New position for the row.
参照

RowCollection クラス
RowCollection メンバ