GroupLevel.UniqueName Property

Definition

Unique Name

Represents the following attribute in the schema: uniqueName

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

Property Value

Returns StringValue.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the unique name for this grouping level.

The possible values for this attribute are defined by the ST_Xstring simple type.

Applies to