Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / AddColumns Method / AddColumns(Int32,Int32) Method
Column index at which to add the new columns.
The number of columns to add.


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

    Parameters

    column
    Column index at which to add the new columns.
    count
    The number of columns to add.
    See Also