Excel.LinkedDataTypeAddedEventArgs interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The argument that is passed to the event handler after a new linked data type is added to the workbook.
Remarks
[ API set: ExcelApi BETA (PREVIEW ONLY) ]
Properties
service |
The unique ID of the new linked data type. |
source | Gets the source of the event. See |
type | Gets the type of the event. See |
Property Details
serviceId
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
The unique ID of the new linked data type.
serviceId: number;
Property Value
number
Remarks
source
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets the source of the event. See Excel.EventSource
for details.
source: Excel.EventSource | "Local" | "Remote";
Property Value
Excel.EventSource | "Local" | "Remote"
Remarks
type
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets the type of the event. See Excel.EventType
for details.
type: "LinkedDataTypeLinkedDataTypeAdded";
Property Value
"LinkedDataTypeLinkedDataTypeAdded"
Remarks
Office Add-ins