Click or drag to resize

XlsWorksheet IsRowVisible Method

Indicates whether row is visible.

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

Parameters

rowIndex
Type: System Int32
Row index.

Return Value

Type: Boolean
true - visible, otherwise false.

Implements

IWorksheet IsRowVisible(Int32)
See Also