Item.ItemType Property

Definition

Item Type

Represents the following attribute in the schema: t

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to