XmlColumnProperties.MapId Property

XML Map Id.Represents the attribte in schema: mapId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "mapId")> _
Public Property MapId As UInt32Value
    Get
    Set
'Usage
Dim instance As XmlColumnProperties
Dim value As UInt32Value

value = instance.MapId

instance.MapId = value
[SchemaAttrAttribute(, "mapId")]
public UInt32Value MapId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

XmlColumnProperties Class

XmlColumnProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace