Excel.LinkedEntityIdCulture 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 entity ID and culture for a LinkedEntityCellValue
object.
Remarks
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
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 language culture used to create the LinkedEntityCellValue
object.
culture: string;
Property Value
string
Remarks
entityId
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 identifier specific to a service used to create the LinkedEntityCellValue
object.
entityId: string;
Property Value
string