Edit

Share via


Excel.LinkedEntityLoadServiceRequest interface

Represents a request to @linkedEntityLoadService custom function to load LinkedEntityCellValue objects.

Remarks

[ API set: ExcelApi 1.19 ]

This interface isn't supported in Excel on the web.

Properties

domainId

Represents the domain specific to the service used to create the LinkedEntityCellValue objects.

entities

Represents the entity IDs and cultures of the LinkedEntityCellValue objects to load.

Property Details

domainId

Represents the domain specific to the service used to create the LinkedEntityCellValue objects.

domainId: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.19 ]

This property isn't supported in Excel on the web.

entities

Represents the entity IDs and cultures of the LinkedEntityCellValue objects to load.

entities: LinkedEntityIdCulture[];

Property Value

Remarks

[ API set: ExcelApi 1.19 ]

This property isn't supported in Excel on the web.