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

[ API set: ExcelApi 1.16 ]

Properties

culture

Represents which language culture was used to create this CellValue.

domainId

Represents a domain specific to a service used to create the CellValue.

entityId

Represents an identifier specific to a service used to create the CellValue.

serviceId

Represents which service was used to create the CellValue.

Property Details

culture

Represents which language culture was used to create this CellValue.

culture: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.16 ]

domainId

Represents a domain specific to a service used to create the CellValue.

domainId?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.16 ]

entityId

Represents an identifier specific to a service used to create the CellValue.

entityId: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.16 ]

serviceId

Represents which service was used to create the CellValue.

serviceId: number;

Property Value

number

Remarks

[ API set: ExcelApi 1.16 ]