Edit

Share via


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.

TypeScript
id?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.5 ]

namespaceUri

The custom XML part's namespace URI.

TypeScript
namespaceUri?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.5 ]