Excel.LinkedEntityLoadServiceRequest interface
Represents a request to @linkedEntityLoadService custom function to load LinkedEntityCellValue objects.
Properties
| domain |
Represents the domain specific to the service used to create the |
| entities | Represents the entity IDs and cultures of the |
Property Details
domainId
Represents the domain specific to the service used to create the LinkedEntityCellValue objects.
domainId: string;
Property Value
string
Remarks
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
This property isn't supported in Excel on the web.