Winnovative Excel Library

ExcelWorksheetSetColumnVisibility Method

Winnovative Excel Library Documentation
Sets the visibility of the column at the specified index.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void SetColumnVisibility(
	int columnIndex,
	bool visible
)

Parameters

columnIndex
Type: SystemInt32
The one based index of the column.
visible
Type: SystemBoolean
The row visibility (true makes the row visible, false hides the row)
See Also

Reference