PivotField.IsMemberProperty Property
Excel Developer Reference |
Returns True when the PivotField contains member properties. Read-only Boolean.
Syntax
expression.IsMemberProperty
expression A variable that represents a PivotField object.
Remarks
This property will return a run-time error if an Online Analytical Processing (OLAP) data source is not used.
Example
This example determines if the PivotTable field contains member properties and notifies the user. It assumes that a PivotTable exists on the active worksheet and that it is connected to an OLAP data source.
Visual Basic for Applications |
---|
|
See Also