Click or drag to resize

XlsWorksheet HideRows Method

Hides a row.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void HideRows(
	int rowIndex,
	int rowCount
)

Parameters

rowIndex
Type: System Int32
Row index.
rowCount
Type: System Int32
Row count.
See Also