Share via


Item.ItemName Property

Definition

Item User Caption

Represents the following attribute in the schema: n

[DocumentFormat.OpenXml.SchemaAttr(0, "n")]
public DocumentFormat.OpenXml.StringValue ItemName { get; set; }
public DocumentFormat.OpenXml.StringValue ItemName { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "n")]
public DocumentFormat.OpenXml.StringValue? ItemName { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("n")]
public DocumentFormat.OpenXml.StringValue? ItemName { get; set; }
public DocumentFormat.OpenXml.StringValue? ItemName { get; set; }
member this.ItemName : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "n")>]
member this.ItemName : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("n")>]
member this.ItemName : DocumentFormat.OpenXml.StringValue with get, set
Public Property ItemName As StringValue

Property Value

Returns StringValue.

Attributes

Applies to