GridColumnCollection.Move(Int32, Int32) Method

Definition

public:
 void Move(int fromIndex, int toIndex);
public void Move (int fromIndex, int toIndex);
member this.Move : int * int -> unit
Public Sub Move (fromIndex As Integer, toIndex As Integer)

Parameters

fromIndex
Int32
toIndex
Int32

Applies to