PivotTableDefinition.ShowDropZones Property
Show Drop Zones.Represents the attribte in schema: showDropZones
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "showDropZones")> _
Public Property ShowDropZones As BooleanValue
Get
Set
'Usage
Dim instance As PivotTableDefinition
Dim value As BooleanValue
value = instance.ShowDropZones
instance.ShowDropZones = value
[SchemaAttrAttribute(, "showDropZones")]
public BooleanValue ShowDropZones { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue