XmlProperties.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 XmlProperties
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.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
An integer representing the ID of the XML map this table field is associated with.
The XML map will be defined in the xml maps part, and the Map element should have the corresponding ID.
The possible values for this attribute are defined by the XML Schema unsignedInt data type.