Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / AddColumns Method
Table column index
Number of columns to add


In This Topic
    AddColumns Method (TableView)
    In This Topic
    Adds columns to the table.
    Syntax
    'Declaration
     
    
    Public Sub AddColumns( _
       ByVal column As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As TableView
    Dim column As Integer
    Dim count As Integer
     
    instance.AddColumns(column, count)
    public void AddColumns( 
       int column,
       int count
    )

    Parameters

    column
    Table column index
    count
    Number of columns to add
    See Also