Edit

Share via


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

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

Properties

entities

Represents the loaded LinkedEntityCellValue objects. The loaded objects must be returned in the same order as the entities property of LinkedEntityLoadServiceRequest.

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[];

Property Value

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]