| title | webPartPosition resource type |
|---|---|
| description | Represents the position information of the given web part to the current page. |
| author | sangle7 |
| ms.localizationpriority | medium |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 08/01/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the position information of the given web part to the current page.
| Property | Type | Description |
|---|---|---|
| columnId | Double | Indicates the identifier of the column where the web part is located. |
| horizontalSectionId | Double | Indicates the horizontal section where the web part is located. |
| isInVerticalSection | Boolean | Indicates whether the web part is located in the vertical section. |
| webPartIndex | Double | Index of the current web part. Represents the order of the web part in this column or section. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.webPartPosition",
"webPartIndex": "Double",
"horizontalSectionId": "Double",
"isInVerticalSection": "Boolean",
"columnId": "Double"
}