Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / SetColumnHidden Method / SetColumnHidden(Int32,Int32,Boolean,Boolean) Method
A boolean value indicates the left column index.
A boolean value indicates the right column index.
A boolean value indicates the hidden of the column.


In This Topic
SetColumnHidden(Int32,Int32,Boolean,Boolean) Method
In This Topic
Sets the hidden of the column.
Syntax
'Declaration
 
Public Overloads Sub SetColumnHidden( _
   ByVal column As Integer, _
   ByVal column2 As Integer, _
   ByVal hidden As Boolean, _
   ByVal autoOptimize As Boolean _
) 
 
'Usage
 
Dim instance As LayoutManager
Dim column As Integer
Dim column2 As Integer
Dim hidden As Boolean
Dim autoOptimize As Boolean
 
instance.SetColumnHidden(column, column2, hidden, autoOptimize)

Parameters

column
A boolean value indicates the left column index.
column2
A boolean value indicates the right column index.
hidden
A boolean value indicates the hidden of the column.
autoOptimize
See Also