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