Freigeben über


CustomFilters-Klasse

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.

Vererbungshierarchie

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

'Declaration
<ChildElementInfoAttribute(GetType(CustomFilter), FileFormatVersions.Office2010)> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class CustomFilters _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As CustomFilters
[ChildElementInfoAttribute(typeof(CustomFilter), FileFormatVersions.Office2010)]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class CustomFilters : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • CustomFilter <x14:customFilter>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

CustomFilters-Member

DocumentFormat.OpenXml.Office2010.Excel-Namespace