Edit

Excel.LinkedEntityIdCulture interface

Represents the entity ID and culture for a LinkedEntityCellValue object.

Remarks

[Api set: ExcelApi 1.19]

This interface isn't supported in Excel on the web.

Properties

culture

Represents the language culture used to create the LinkedEntityCellValue object.

entityId

Represents the identifier specific to a service used to create the LinkedEntityCellValue object.

Property Details

culture

Represents the language culture used to create the LinkedEntityCellValue object.

culture: string;

Property Value

string

Remarks

[Api set: ExcelApi 1.19]

This property isn't supported in Excel on the web.

entityId

Represents the identifier specific to a service used to create the LinkedEntityCellValue object.

entityId: string;

Property Value

string

Remarks

[Api set: ExcelApi 1.19]

This property isn't supported in Excel on the web.