Excel.LinkedEntityId interface
The linked entity ID object represents a set of properties that describes a service and culture for locating this service defined value.
Remarks
Properties
culture | Represents which language culture was used to create this |
domain |
Represents a domain specific to a service used to create the |
entity |
Represents an identifier specific to a service used to create the |
service |
Represents which service was used to create the |
Property Details
culture
Represents which language culture was used to create this CellValue
.
culture: string;
Property Value
string
Remarks
domainId
Represents a domain specific to a service used to create the CellValue
.
domainId?: string;
Property Value
string
Remarks
entityId
Represents an identifier specific to a service used to create the CellValue
.
entityId: string;
Property Value
string
Remarks
serviceId
Represents which service was used to create the CellValue
.
serviceId: number;
Property Value
number
Remarks
Office Add-ins