Excel.LinkedEntityDataDomainAddedEventArgs interface
Provides information about the identity of the linked entity data domain that was just added to the workbook.
Properties
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 |
Property Details
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.
id?: string;
Property Value
string
Remarks
This property isn't supported in Excel on the web.
serviceId
Gets the service ID of the linked entity data domain that was just added to the workbook.
serviceId: number;
Property Value
number
Remarks
This property isn't supported in Excel on the web.
source
Gets the source of the event. See Excel.EventSource
for details.
source: Excel.EventSource | "Local" | "Remote";
Property Value
Excel.EventSource | "Local" | "Remote"
Remarks
This property isn't supported in Excel on the web.
type
Gets the type of the event. See Excel.EventType
for details.
type: "LinkedEntityDataDomainLinkedEntityDataDomainAdded";
Property Value
"LinkedEntityDataDomainLinkedEntityDataDomainAdded"
Remarks
This property isn't supported in Excel on the web.