horizontalSectionColumn resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a vertical column in a given horizontal section.

Inherits from entity.

Methods

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.

Properties

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.

Relationships

Relationship Type Description
webparts webPart collection The collection of WebParts in this column.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.horizontalSectionColumn",
  "id": "String (identifier)",
  "width": "Integer"
}