Winnovative Excel Library

ExcelWorksheetGetRowVisibility Method

Winnovative Excel Library Documentation
Gets the visibility of the row at the specified index.

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

public bool GetRowVisibility(
	int rowIndex
)

Parameters

rowIndex
Type: SystemInt32
The one based index of the row.

Return Value

Type: Boolean
The row visibility
See Also

Reference