'Declaration
Public Sub SwapColumns( _
ByVal bandLevel As System.Integer, _
ByVal column1 As System.Object, _
ByVal column2 As System.Object _
)
public void SwapColumns(
System.int bandLevel,
System.object column1,
System.object column2
)
Parameters
bandLevel
The band index in the grid.
column1
Column key or column index.
column2
Column key or column index.
Remarks
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2