Share via


TimelineState.FilterType Property

Definition

filterType, this property is only available in Office 2013 and later.

Represents the following attribute in the schema: filterType

[DocumentFormat.OpenXml.SchemaAttr(0, "filterType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues> FilterType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues> FilterType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "filterType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues>? FilterType { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("filterType")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues>? FilterType { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues>? FilterType { get; set; }
member this.FilterType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "filterType")>]
member this.FilterType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("filterType")>]
member this.FilterType : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.PivotFilterValues> with get, set
Public Property FilterType As EnumValue(Of PivotFilterValues)

Property Value

Attributes

Applies to