Click or drag to resize

XlsWorksheet GroupByRows Method

Groups 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 GroupByRows(
	int firstRow,
	int lastRow,
	bool isCollapsed
)

Parameters

firstRow
Type: System Int32
The first row index to be grouped.
lastRow
Type: System Int32
The last row index to be grouped.
isCollapsed
Type: System Boolean
Indicates whether group should be collapsed.

Return Value

Type: CellRange
See Also