Click or drag to resize

GroupByType Enumeration

Enumeration of Group types in Excel.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum GroupByType
Members
Member name Value Description
ByRows 0 Represents the grouping by rows option.
ByColumns 1 Represents the grouping by columns option.
See Also