Movatterモバイル変換


[0]ホーム

URL:


Skip to main contentSkip to in-page navigation

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit focus mode

Excel.LinkedEntityDataDomainAddedEventArgs interface

Package:
excel

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.

serviceId

Gets the service ID of the linked entity data domain that was just added to the workbook.

source

Gets the source of the event. SeeExcel.EventSource for details.

type

Gets the type of the event. SeeExcel.EventType for details.

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

[API set: ExcelApi 1.19 ]

serviceId

Gets the service ID of the linked entity data domain that was just added to the workbook.

serviceId: number;

Property Value

number

Remarks

[API set: ExcelApi 1.19 ]

source

Gets the source of the event. SeeExcel.EventSource for details.

source: Excel.EventSource | "Local" | "Remote";

Property Value

Excel.EventSource | "Local" | "Remote"

Remarks

[API set: ExcelApi 1.19 ]

type

Gets the type of the event. SeeExcel.EventType for details.

type: "LinkedEntityDataDomainLinkedEntityDataDomainAdded";

Property Value

"LinkedEntityDataDomainLinkedEntityDataDomainAdded"

Remarks

[API set: ExcelApi 1.19 ]

Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, seeour contributor guide.

Feedback

Was this page helpful?

YesNo

In this article

Was this page helpful?

YesNo