'Declaration
Public Overloads Sub SetColumnHidden( _ ByVal column As Integer, _ ByVal column2 As Integer, _ ByVal 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