Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / RemoveColumns Method / RemoveColumns(Int32,Int32) Method
The index of the first column to remove.
The number of columns to remove.


In This Topic
    RemoveColumns(Int32,Int32) Method
    In This Topic
    Removes the column or columns on this sheet at the specified index.
    Syntax
    'Declaration
     
    Public Overloads Sub RemoveColumns( _
       ByVal column As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim column As Integer
    Dim count As Integer
     
    instance.RemoveColumns(column, count)
    public void RemoveColumns( 
       int column,
       int count
    )

    Parameters

    column
    The index of the first column to remove.
    count
    The number of columns to remove.
    See Also