Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SetColumnVisible Method
The column index.
The sheet area.
Set to true to display the column.


In This Topic
    SetColumnVisible Method
    In This Topic
    Sets whether a column in the specified sheet area is displayed.
    Syntax
    'Declaration
     
    Public Sub SetColumnVisible( _
       ByVal column As Integer, _
       ByVal sheetArea As SheetArea, _
       ByVal value As Boolean _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim column As Integer
    Dim sheetArea As SheetArea
    Dim value As Boolean
     
    instance.SetColumnVisible(column, sheetArea, value)
    public void SetColumnVisible( 
       int column,
       SheetArea sheetArea,
       bool value
    )

    Parameters

    column
    The column index.
    sheetArea
    The sheet area.
    value
    Set to true to display the column.
    See Also