CustomGroupType Property

Microsoft Office Web Components Object Model

Show All

CustomGroupType Property

       

Returns a PivotMemberCustomGroupTypeEnum constant that represents the type of group that the specified member is included in. Read-only.

PivotMemberCustomGroupTypeEnum can be one of these PivotMemberCustomGroupTypeEnum constants.
plGroupTypeCustomGroup  The specified member is a custom group.
plGroupTypeDynamicOther
plGroupTypeFallThrough
plGroupTypePlaceHolder
plGroupTypeRegular  The specified member is not a custom group.
plGroupTypeStaticOther

expression.CustomGroupType

expression   Required. An expression that returns a PivotAxisMember object.