Click or drag to resize

ExcelWorksheetGetRowVisibility Method

Gets the visibility of the row at the specified index.

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

Parameters

rowIndex  Int32
The one based index of the row.

Return Value

Boolean
The row visibility
See Also