Share via


XmlProperties.MapId Property

Definition

XML Map Id

Represents the following attribute in the schema: mapId

[DocumentFormat.OpenXml.SchemaAttr(0, "mapId")]
public DocumentFormat.OpenXml.UInt32Value MapId { get; set; }
public DocumentFormat.OpenXml.UInt32Value MapId { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "mapId")]
public DocumentFormat.OpenXml.UInt32Value? MapId { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("mapId")]
public DocumentFormat.OpenXml.UInt32Value? MapId { get; set; }
public DocumentFormat.OpenXml.UInt32Value? MapId { get; set; }
member this.MapId : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "mapId")>]
member this.MapId : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("mapId")>]
member this.MapId : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property MapId As UInt32Value

Property Value

Returns UInt32Value.

Attributes

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.

Applies to