Excel.Interfaces.CustomXmlPartData interface
An interface describing the data returned by calling customXmlPart.toJSON()
.
Properties
id | The custom XML part's ID. |
namespace |
The custom XML part's namespace URI. |
id
namespaceUri
The custom XML part's namespace URI.
namespaceUri?: string;
Property Value
string