Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / InsertColumns Method
An integer value indicates the column index at which to insert new columns.


In This Topic
    InsertColumns Method (SparklineStorage)
    In This Topic
    Inserts column(s) to the Worksheet at the specified position.
    Syntax
    'Declaration
     
    
    Public Shadows Sub InsertColumns( _
       ByVal column As Integer, _
       ByVal columnCount As Integer _
    ) 
    'Usage
     
    
    Dim instance As SparklineStorage
    Dim column As Integer
    Dim columnCount As Integer
     
    instance.InsertColumns(column, columnCount)
    public new void InsertColumns( 
       int column,
       int columnCount
    )

    Parameters

    column
    An integer value indicates the column index at which to insert new columns.
    columnCount
    See Also