| title | horizontalSectionColumn resource type |
|---|---|
| description | Represents a vertical column in a given horizontal section |
| author | sangle7 |
| ms.localizationpriority | medium |
| ms.subservice | sharepoint |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a vertical column in a given horizontal section.
Inherits from entity.
| Method | Return type | Description |
|---|---|---|
| List horizontalSectionColumns | horizontalSectionColumn collection | Get a list of the horizontalSectionColumn objects and their properties. |
| Get horizontalSectionColumn | horizontalSectionColumn | Read the properties and relationships of a horizontalSectionColumn object. |
| List webParts | webPart Collection | Get a list of webparts associated with a horizontalSectionColumn object. |
| Property | Type | Description |
|---|---|---|
| id | String | Unique identifier of the resource. Inherited from entity. |
| width | Int32 | Width of the column. A horizontal section is divided into 12 grids. A column should have a value of 1-12 to represent its range spans. For example, there can be two columns both have a width of 6 in a section. |
| Relationship | Type | Description |
|---|---|---|
| webparts | webPart collection | The collection of WebParts in this column. |
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.horizontalSectionColumn",
"id": "String (identifier)",
"width": "Integer"
}