Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Excel.Interfaces.CustomXmlPartData interface

Package:
excel

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

Remarks

Used by

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


Feedback

Was this page helpful?