Move a
Row object to a new position in the collection.
シンタックス
'宣言
Public Overrides Sub Move( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public override void Move(
System.int ,
System.int
)
パラメータ
- indexOld
- Index of row to be moved.
- indexNew
- New position for the row.
参照