Move Method
Move(int)
Moves a Column to a new position in the collection.
Declaration
public override void Move(int indexNew)
Public Overrides Sub Move(indexNew As Integer)
Parameters
| Type |
Name |
Description |
| int |
indexNew |
An integer specifying the column's new position.
|
Overrides