public void MoveTableColumns( int fromColumn, int toColumn, int count )
'Declaration Public Sub MoveTableColumns( _ ByVal fromColumn As Integer, _ ByVal toColumn As Integer, _ ByVal count As Integer _ )
'Declaration
Public Sub MoveTableColumns( _ ByVal fromColumn As Integer, _ ByVal toColumn As Integer, _ ByVal count As Integer _ )
'Usage Dim instance As TableView Dim fromColumn As Integer Dim toColumn As Integer Dim count As Integer instance.MoveTableColumns(fromColumn, toColumn, count)
'Usage
Dim instance As TableView Dim fromColumn As Integer Dim toColumn As Integer Dim count As Integer instance.MoveTableColumns(fromColumn, toColumn, count)
TableView Class TableView Members