FilterColumn Class
AutoFilter Column.When the object is serialized out as xml, its qualified name is x:filterColumn.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Spreadsheet.FilterColumn
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<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
'使用
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
Remarks
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 初版]
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. 上記の引用はマイクロソフト (またはその代理) によって英語から日本語に翻訳されたものであり、ISO はこうした翻訳に対する責任を一切負いません。
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.