Edit

Share via


Excel.LinkedEntityIdCulture interface

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents the entity ID and culture for a LinkedEntityCellValue object.

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

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

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents the language culture used to create the LinkedEntityCellValue object.

culture: string;

Property Value

string

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]

entityId

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

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

entityId: string;

Property Value

string

Remarks

[ API set: ExcelApi BETA (PREVIEW ONLY) ]