Excel.LinkedEntityIdCulture interface
Represents the entity ID and culture for a LinkedEntityCellValue object.
Properties
| culture | Represents the language culture used to create the |
| entity |
Represents the identifier specific to a service used to create the |
Property Details
culture
Represents the language culture used to create the LinkedEntityCellValue object.
culture: string;
Property Value
string
Remarks
This property isn't supported in Excel on the web.
entityId
Represents the identifier specific to a service used to create the LinkedEntityCellValue object.
entityId: string;
Property Value
string
Remarks
This property isn't supported in Excel on the web.