Click or drag to resize

XlsName ExpandGroup Method (GroupByType)

Expands current group.

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

Parameters

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

Implements

IXLSRange ExpandGroup(GroupByType)
See Also