Excel.Identity 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 information about a user's identity.
Remarks
[ API set: ExcelApi BETA (PREVIEW ONLY) ]
Properties
display |
Represents the user's display name. |
id | Represents the user's unique ID. |
Property Details
displayName
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 user's display name.
displayName?: string;
Property Value
string
Remarks
id
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 user's unique ID.
id: string;
Property Value
string
Remarks
Office Add-ins