XmlColumnProperties.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

Applies to