Click or drag to resize

XlsRange GroupByRows Method

Groups row.

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(
	bool isCollapsed
)

Parameters

isCollapsed
Type: System Boolean
Indicates whether group should be collapsed.

Return Value

Type: CellRange
See Also