Filters.CalendarType Property

Definition

Calendar Type

Represents the following attribute in the schema: calendarType

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to