Click or drag to resize

XlsRangesCollection CollapseGroup Method

Collapses current group.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void CollapseGroup(
	GroupByType groupBy
)

Parameters

groupBy
Type: Spire.Xls GroupByType
This parameter specifies whether the grouping should be performed by rows or by columns.

Implements

IXLSRange CollapseGroup(GroupByType)
See Also