Click or drag to resize

IWorksheet IsRowVisible Method

Method check is Row with specifed index visible to user or not.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsRowVisible(
	int rowIndex
)

Parameters

rowIndex
Type: System Int32
Index of row visibility of each must be checked.

Return Value

Type: Boolean
True - row is visible to user, otherwise False.
See Also