| title | workbookSessionInfo resource type |
|---|---|
| description | Provides information about workbook session. |
| author | lumine2008 |
| ms.localizationpriority | medium |
| ms.subservice | excel |
| doc_type | resourcePageType |
| ms.date | 08/01/2024 |
Namespace: microsoft.graph
Provides information about workbook session.
The following JSON representation shows the resource type.
{
"id": "string",
"persistChanges": true
}| Property | Type | Description |
|---|---|---|
| id | string | ID of the workbook session. |
| persistChanges | Boolean | true for persistent session. false for non-persistent session (view mode) |