Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / MoveTableColumns Method
The column to move from.
The column to move to.
The number of columns to move.


In This Topic
    MoveTableColumns Method
    In This Topic
    Moves the columns in the table.
    Syntax
    '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)
    public void MoveTableColumns( 
       int fromColumn,
       int toColumn,
       int count
    )

    Parameters

    fromColumn
    The column to move from.
    toColumn
    The column to move to.
    count
    The number of columns to move.
    See Also