DropZoneFilter Class
Defines the DropZoneFilter Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is c14:dropZoneFilter.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.Drawing.Charts.BooleanFalseType
DocumentFormat.OpenXml.Office2010.Drawing.Charts.DropZoneFilter
Namespace: DocumentFormat.OpenXml.Office2010.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class DropZoneFilter _
Inherits BooleanFalseType
'Применение
Dim instance As DropZoneFilter
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class DropZoneFilter : BooleanFalseType
Remarks
2.5.66 CT_BooleanFalse
Target namespace: https://schemas.microsoft.com/office/drawing/2007/8/2/chart
Referenced by: CT_PivotOptions, CT_SketchOptions
A complex type that specifies a boolean value which defaults to FALSE.
Attributes:
val : A boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies the value for the property. This MUST be one of the following: 0, 1, true, false.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_BooleanFalse">
<xsd:attribute name="val" type="xsd:boolean" use="optional" default="false"/>
</xsd:complexType>
See section 5.11 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.