Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.LinkedEntityId interface
- Package:
- excel
The linked entity ID object represents a set of properties that describes a service and culture for locating this service defined value.
Remarks
Used by
Properties
| culture | Represents which language culture was used to create this |
| domainId | Represents a domain specific to a service used to create the |
| entityId | Represents an identifier specific to a service used to create the |
| serviceId | 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
Feedback
Was this page helpful?
