[]
Sets whether a column is displayed.
public void SetColumnVisible(int column, bool visible)
Public Sub SetColumnVisible(column As Integer, visible As Boolean)
| Type | Name | Description |
|---|---|---|
| int | column | Column index |
| bool | visible | Whether to display the column |