Share via


PivotFilter.MemberPropertyField Property

This property specifies the member property PivotField on which the label filter is based. Read/write.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property MemberPropertyField As PivotField
    Get
'Usage
Dim instance As PivotFilter
Dim value As PivotField

value = instance.MemberPropertyField
PivotField MemberPropertyField { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.PivotField
PivotField

Remarks

This property is valid only for Label filters and for OLAP PivotFields that have at least one member property.

See Also

Reference

PivotFilter Interface

PivotFilter Members

Microsoft.Office.Interop.Excel Namespace