Excel.Interfaces.CustomXmlPartData interface

を呼び出 customXmlPart.toJSON()して返されるデータを記述するインターフェイス。

プロパティ

id

カスタム XML パーツの ID。

namespaceUri

カスタム XML パーツの名前空間 URI。

プロパティの詳細

id

カスタム XML パーツの ID。

id?: string;

プロパティ値

string

注釈

[ API セット: ExcelApi 1.5 ]

namespaceUri

カスタム XML パーツの名前空間 URI。

namespaceUri?: string;

プロパティ値

string

注釈

[ API セット: ExcelApi 1.5 ]