'Declaration
Public Sub MoveColumn( _ ByVal column As DataGridColumn, _ ByVal targetDisplayIndex As System.Integer _ )
public void MoveColumn( DataGridColumn column, System.int targetDisplayIndex )
Parameters
- column
- The column to move.
- targetDisplayIndex
- Target display index of the column.