Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / ClearColumns Method
An integer value indicates the index of column
An integer value indicates the number of columns to clear


In This Topic
    ClearColumns Method
    In This Topic
    Clears the axis settings of columns
    Syntax
    'Declaration
     
    
    Public Sub ClearColumns( _
       ByVal column As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    
    Dim instance As LayoutManager
    Dim column As Integer
    Dim count As Integer
     
    instance.ClearColumns(column, count)
    public void ClearColumns( 
       int column,
       int count
    )

    Parameters

    column
    An integer value indicates the index of column
    count
    An integer value indicates the number of columns to clear
    See Also