Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IRangeSupport Interface / AddColumns Method
Column index of column after which to add columns
Number of columns to add


In This Topic
    AddColumns Method (IRangeSupport)
    In This Topic
    Adds columns of cells after the specified column.
    Syntax
    'Declaration
     
    
    Sub AddColumns( _
       ByVal column As Integer, _
       ByVal columnCount As Integer _
    ) 
    'Usage
     
    
    Dim instance As IRangeSupport
    Dim column As Integer
    Dim columnCount As Integer
     
    instance.AddColumns(column, columnCount)
    void AddColumns( 
       int column,
       int columnCount
    )

    Parameters

    column
    Column index of column after which to add columns
    columnCount
    Number of columns to add
    See Also