Freigeben über


FilterColumn-Klasse

AutoFilter Column.When the object is serialized out as xml, its qualified name is x:filterColumn.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Spreadsheet.FilterColumn

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Filters))> _
<ChildElementInfoAttribute(GetType(DynamicFilter))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(CustomFilters), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(CustomFilters))> _
<ChildElementInfoAttribute(GetType(Top10))> _
<ChildElementInfoAttribute(GetType(ColorFilter))> _
<ChildElementInfoAttribute(GetType(IconFilter), FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(IconFilter))> _
Public Class FilterColumn _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As FilterColumn
[ChildElementInfoAttribute(typeof(Filters))]
[ChildElementInfoAttribute(typeof(DynamicFilter))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(CustomFilters), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(CustomFilters))]
[ChildElementInfoAttribute(typeof(Top10))]
[ChildElementInfoAttribute(typeof(ColorFilter))]
[ChildElementInfoAttribute(typeof(IconFilter), FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(IconFilter))]
public class FilterColumn : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • Filters <x:filters>

  • Top10 <x:top10>

  • DocumentFormat.OpenXml.Office2010.Excel.CustomFilters <x14:customFilters>

  • CustomFilters <x:customFilters>

  • DynamicFilter <x:dynamicFilter>

  • ColorFilter <x:colorFilter>

  • DocumentFormat.OpenXml.Office2010.Excel.IconFilter <x14:iconFilter>

  • IconFilter <x:iconFilter>

  • ExtensionList <x:extLst>

[ISO/IEC 29500-1 1. Ausgabe]

18.3.2.7 filterColumn (AutoFilter Column)

The filterColumn collection identifies a particular column in the AutoFilter range and specifies filter information that has been applied to this column. If a column in the AutoFilter range has no criteria specified, then there is no corresponding filterColumn collection expressed for that column.

Parent Elements

autoFilter (§18.3.1.2)

Child Elements

Subclause

colorFilter (Color Filter Criteria)

§18.3.2.1

customFilters (Custom Filters)

§18.3.2.3

dynamicFilter (Dynamic Filter)

§18.3.2.5

extLst (Future Feature Data Storage Area)

§18.2.10

filters (Filter Criteria)

§18.3.2.8

iconFilter (Icon Filter)

§18.3.2.9

top10 (Top 10)

§18.3.2.10

Attributes

Description

colId (Filter Column Data)

Zero-based index indicating the AutoFilter column to which this filter information applies.

The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype.

hiddenButton (Hidden AutoFilter Button)

Flag indicating whether the AutoFilter button for this column is hidden.

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

showButton (Show Filter Button)

Flag indicating whether the filter button is visible. [Example: When the cell containing the filter button is merged with another cell, the filter button can be hidden, and not drawn. end example]

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

[Note: The W3C XML Schema definition of this element's content model (CT_FilterColumn) is located in §A.2. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

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

Siehe auch

Referenz

FilterColumn-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace