次の方法で共有


XmlProperties.MapId プロパティ

定義

XML マップ ID

スキーマ内の次の属性を表します: 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

プロパティ値

UInt32Value を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

このテーブル フィールドが関連付けられている XML マップの ID を表す整数。

XML マップは xml マップ 部分で定義され、要素には Map 対応する ID が必要です。

この属性に使用できる値は、XML スキーマ unsignedInt データ型によって定義されます。

適用対象