Version

GroupByOperation Enumeration

An enum that describes what type of operation should occur, when you groupby a column
Syntax
'Declaration
 
Public Enum GroupByOperation 
   Inherits System.Enum
public enum GroupByOperation : System.Enum 
Members
MemberDescription
GroupByRowsA standard groupby operation will occur, where expandable rows will be used to show the grouped data.
MergeCellsThe data will still appear flat, however cells in the grouped column that have the same data will be merged into one larger cell that spans all rows with that data.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also