Share via


GroupLevel.UniqueName Property

Unique Name.Represents the attribte in schema: uniqueName

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "uniqueName")> _
Public Property UniqueName As StringValue
    Get
    Set
'Usage
Dim instance As GroupLevel
Dim value As StringValue

value = instance.UniqueName

instance.UniqueName = value
[SchemaAttrAttribute(, "uniqueName")]
public StringValue UniqueName { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

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.

See Also

Reference

GroupLevel Class

GroupLevel Members

DocumentFormat.OpenXml.Spreadsheet Namespace