Click or drag to resize

XlsWorksheet UngroupByRows Method

Ungroups rows.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CellRange UngroupByRows(
	int firstRow,
	int lastRow
)

Parameters

firstRow
Type: System Int32
The first row index to be grouped.
lastRow
Type: System Int32
The last row index to be grouped.

Return Value

Type: CellRange
See Also