Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / SetColumnHidden Method / SetColumnHidden(Int32,Boolean) Method
A boolean value indicates the column index.
A boolean value indicates the hidden of the column.


In This Topic
    SetColumnHidden(Int32,Boolean) Method
    In This Topic
    Sets the hidden of the column.
    Syntax
    'Declaration
     
    
    Public Overloads Function SetColumnHidden( _
       ByVal column As Integer, _
       ByVal hidden As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As LayoutManager
    Dim column As Integer
    Dim hidden As Boolean
    Dim value As Boolean
     
    value = instance.SetColumnHidden(column, hidden)
    public bool SetColumnHidden( 
       int column,
       bool hidden
    )

    Parameters

    column
    A boolean value indicates the column index.
    hidden
    A boolean value indicates the hidden of the column.

    Return Value

    true if the state of the element is changed, false otherwise.
    See Also