Click or drag to resize

XlsRangesCollection ExpandGroup Method (GroupByType, ExpandCollapseFlags)

Expands 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 ExpandGroup(
	GroupByType groupBy,
	ExpandCollapseFlags flags
)

Parameters

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

Implements

IXLSRange ExpandGroup(GroupByType, ExpandCollapseFlags)
See Also