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: 7.0.0
Syntax
public bool GetColumnVisibility(
	int columnIndex
)

Parameters

columnIndex
Type: SystemInt32
The one based index of the column.

Return Value

Type: Boolean
The column visibility
See Also