Infragistics(R) NetAdvantage(R) Windows Forms
Swap Method
See Also  E-mail your feedback on this topic.
Infragistics.Win.UltraWinGrid Namespace > UltraGridColumn Class : Swap Method

swapColumn
The column with which to swap.
Swaps the location of this column with the specified swapColumn.

Syntax

Visual Basic (Declaration) 
Public Sub Swap( _
   ByVal swapColumn As UltraGridColumn _
) 
C# 
public void Swap( 
   UltraGridColumn swapColumn
)

Parameters

swapColumn
The column with which to swap.

See Also