次の方法で共有


Item.ItemType プロパティ

定義

アイテムの種類

スキーマ内の次の属性を表します。 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)

プロパティ値

EnumValue<T> を返します。

属性

適用対象