This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can trysigning in orchanging directories.
Access to this page requires authorization. You can trychanging directories.
Provides information about the identity of the linked entity data domain that was just added to the workbook.
id | Gets the ID of the linked entity data domain that was just added to the workbook. This ID is defined by Office Add-ins. This ID is not applicable to linked entity data domains defined by service data providers, such as Bing or Power BI. |
service | Gets the service ID of the linked entity data domain that was just added to the workbook. |
source | Gets the source of the event. See |
type | Gets the type of the event. See |
Gets the ID of the linked entity data domain that was just added to the workbook. This ID is defined by Office Add-ins. This ID is not applicable to linked entity data domains defined by service data providers, such as Bing or Power BI.
id?: string;
string
Gets the service ID of the linked entity data domain that was just added to the workbook.
serviceId: number;
number
Gets the source of the event. SeeExcel.EventSource
for details.
source: Excel.EventSource | "Local" | "Remote";
Excel.EventSource | "Local" | "Remote"
Gets the type of the event. SeeExcel.EventType
for details.
type: "LinkedEntityDataDomainLinkedEntityDataDomainAdded";
"LinkedEntityDataDomainLinkedEntityDataDomainAdded"
Was this page helpful?
Was this page helpful?