Excel.LinkedEntityLoadServiceResult 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.
Represents the result of a request to @linkedEntityLoadService
custom function to load LinkedEntityCellValue
objects.
Remarks
Properties
entities | Represents the loaded |
Property Details
entities
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.
Represents the loaded LinkedEntityCellValue
objects. The loaded objects must be returned in the same order as the entities
property of LinkedEntityLoadServiceRequest
.
entities: LinkedEntityCellValue[];