CubeField.HasMemberProperties Property
Excel Developer Reference |
Returns True when there are member properties specified to be displayed for the cube field. Read-only Boolean.
Syntax
expression.HasMemberProperties
expression A variable that represents a CubeField object.
Example
The example determines if there are member properties to be displayed for the cube field and notifies the user. The example assumes a PivotTable exists on the active worksheet.
Visual Basic for Applications |
---|
|
See Also