Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / AddColumns Method
Position at which to add the new column(s)
Number of columns to add


In This Topic
    AddColumns Method (SheetView)
    In This Topic
    Adds the column or columns to the data model at the specified index.
    Syntax
    'Declaration
     
    
    Public Overridable Sub AddColumns( _
       ByVal column As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim column As Integer
    Dim count As Integer
     
    instance.AddColumns(column, count)
    public virtual void AddColumns( 
       int column,
       int count
    )

    Parameters

    column
    Position at which to add the new column(s)
    count
    Number of columns to add
    See Also