Click or drag to resize

XlsWorksheet GetRowIsHide Method

Indicates whether the row is hidden.

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

Parameters

rowIndex
Type: System Int32
Row index.

Return Value

Type: Boolean
See Also