GroupLevel class
OLAP Grouping Levels. When the object is serialized out as xml, its qualified name is x:groupLevel.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Spreadsheet.GroupLevel
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
groupLevel (OLAP Grouping Levels)
Represents the collection of OLAP grouping levels.
[Example:
<groupLevel uniqueName="[Product].[Product Categories].[Category]" caption="Category">
<groups count="1">
<group name="CategoryXl_Grp_1" uniqueName="[Product].[Product Categories].[Product Categories1]. [GROUPMEMBER.[CategoryXl_Grp_1]].[Product]].[Product Categories]]. [All Products]]]" caption="Group1" uniqueParent="[Product]. [Product Categories].[All Products]" id="1">
<groupMembers count="2">
<groupMember uniqueName="[Product].[Product Categories].[Category].&[4]"/>
<groupMember uniqueName="[Product].[Product Categories].[Category].&[1]"/>
</groupMembers>
</group>
</groups>
</groupLevel>end example]
Parent Elements |
|---|
groupLevels (§18.10.1.40) |
Child Elements | Subclause |
|---|---|
extLst (Future Feature Data Storage Area) | §18.2.10 |
groups (OLAP Level Groups) | §18.10.1.43 |
Attributes | Description |
|---|---|
caption (Grouping Level Display Name) | Specifies the display name for this grouping level. The possible values for this attribute are defined by the ST_Xstring simple type (§22.9.2.19). |
customRollUp (Custom Roll Up) | Specifies a boolean value that indicates whether this group level has a custom roll up. A value of 1 or true indicates this group level has a custom roll up. A value of 0 or false indicates this group level does not have a custom roll up. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
uniqueName (Unique Name) | Specifies the unique name for this grouping level. The possible values for this attribute are defined by the ST_Xstring simple type (§22.9.2.19). |
user (User-Defined Group Level) | Specifies a boolean value that indicates whether this is a user-defined group level. A value of 1 or true indicates this is a user-defined group. A value of 0 or false indicates this group is not user-defined. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
[Note: The W3C XML Schema definition of this element’s content model (CT_GroupLevel) is located in §A.2. end note]
© ISO/IEC29500: 2008.