Share via


Map.Name Property

XML Mapping Name.Represents the attribte in schema: Name

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

Syntax

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

value = instance.Name

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Map Class

Map Members

DocumentFormat.OpenXml.Spreadsheet Namespace