Edit

Share via


Excel.LinkedEntityIdCulture interface

Represents the entity ID and culture for a LinkedEntityCellValue object.

Remarks

[ API set: ExcelApi 1.19 ]

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 ]

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 ]