[]
Sets whether a column on this sheet 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 |