PivotOptions.DropZoneFilter Property
DropZoneFilter.Represents the element tag in schema: c14:dropZoneFilter
Namespace: DocumentFormat.OpenXml.Office2010.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property DropZoneFilter As DropZoneFilter
Get
Set
'Usage
Dim instance As PivotOptions
Dim value As DropZoneFilter
value = instance.DropZoneFilter
instance.DropZoneFilter = value
public DropZoneFilter DropZoneFilter { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter