Excel.Interfaces.CustomXmlPartData interface

An interface describing the data returned by calling customXmlPart.toJSON().

Properties

id

The custom XML part's ID.

namespaceUri

The custom XML part's namespace URI.

Property Details

id

The custom XML part's ID.

id?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.5 ]

namespaceUri

The custom XML part's namespace URI.

namespaceUri?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.5 ]