PivotFilter.IsMemberPropertyFilter Property
Specifies whether the label filter is based on the PivotItem captions of a member property of the field or on the PivotItem captions of the PivotField itself. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property IsMemberPropertyFilter As Boolean
Get
'Usage
Dim instance As PivotFilter
Dim value As Boolean
value = instance.IsMemberPropertyFilter
bool IsMemberPropertyFilter { get; }
Property Value
Type: System.Boolean
Boolean
Remarks
The default value of this property is False.
Returns True if the label filter is based on PivotItem captions of a member property of the PivotField; or returnsFalse if the filter is based on the PivotItem captions of the c. This property is valid only for Label filters and only for OLAP PivotFields that have at least one member property.