| Visual Basic (Declaration) | |
|---|---|
Public Sub Swap( _ ByVal swapColumn As UltraGridColumn _ ) | |
| C# | |
|---|---|
public void Swap( UltraGridColumn swapColumn ) | |
Parameters
- swapColumn
- The column with which to swap.
|
| 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 |
| Visual Basic (Declaration) | |
|---|---|
Public Sub Swap( _ ByVal swapColumn As UltraGridColumn _ ) | |
| C# | |
|---|---|
public void Swap( UltraGridColumn swapColumn ) | |