Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetColumnVisible Method
Column index
Whether to display the column


In This Topic
    SetColumnVisible Method
    In This Topic
    Sets whether a column on this sheet is displayed.
    Syntax
    'Declaration
     
    
    Public Sub SetColumnVisible( _
       ByVal column As Integer, _
       ByVal visible As Boolean _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim column As Integer
    Dim visible As Boolean
     
    instance.SetColumnVisible(column, visible)
    public void SetColumnVisible( 
       int column,
       bool visible
    )

    Parameters

    column
    Column index
    visible
    Whether to display the column
    See Also