Moves a
Column 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 the column to be moved.
- indexNew
- New position for the column.
参照