SheetProperties.CodeName Property

Definition

Code Name

Represents the following attribute in the schema: codeName

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

Property Value

Returns StringValue.

Attributes

Applies to