CustomFilters Class
Defines the CustomFilters Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is x14:customFilters.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Excel.CustomFilters
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<ChildElementInfoAttribute(GetType(CustomFilter), FileFormatVersions.Office2010)> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class CustomFilters _
Inherits OpenXmlCompositeElement
'Применение
Dim instance As CustomFilters
[ChildElementInfoAttribute(typeof(CustomFilter), FileFormatVersions.Office2010)]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class CustomFilters : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
- CustomFilter <x14:customFilter>
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.