XmlCellProperties.UniqueName Property

Unique Table 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 XmlCellProperties
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.

See Also

Reference

XmlCellProperties Class

XmlCellProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace