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