ExcelWorksheetSetColumnVisibility Method

Sets the visibility of the column at the specified index.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public void SetColumnVisibility(
	int columnIndex,
	bool visible
)

Parameters

columnIndex  Int32
The one based index of the column.
visible  Boolean
The row visibility (true makes the row visible, false hides the row)

See Also