Click or drag to resize

ExcelWorksheetGetColumnVisibility Method

Gets the visibility of the column at the specified index.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public bool GetColumnVisibility(
	int columnIndex
)

Parameters

columnIndex  Int32
The one based index of the column.

Return Value

Boolean
The column visibility
See Also