Move Method (ColumnCollection)
In This Topic
Moves a
Column object to a new position in the collection.
Syntax
'Declaration
Public Overrides Sub Move( _
ByVal As Integer, _
ByVal As Integer _
)
public override void Move(
int ,
int
)
Parameters
- indexOld
- Index of the column to be moved.
- indexNew
- New position for the column.
See Also