Excel.LinkedEntityLoadServiceResult interface
Represents the result of a request to @linkedEntityLoadService custom function to load LinkedEntityCellValue objects.
Remarks
[Api set: ExcelApi 1.19]
Properties
| entities | Represents the loaded |
Property Details
entities
Represents the loaded LinkedEntityCellValue objects. The loaded objects must be returned in the same order as the entities property of LinkedEntityLoadServiceRequest.
entities: LinkedEntityCellValue[];
Property Value
Remarks
[Api set: ExcelApi 1.19]