Column

Provides information about the column metadata in a dataset.

Available for

Model-driven and canvas apps

Properties

alias

The alias of the column.

Type: string

attributes

This is available only for canvas apps.

Type: [AttributeMetadata](./attributemetadata.md)

cellType

Cell type. This is available only for canvas apps.

Type: string

dataType

The data type of the column's values.

Type: string

disableSorting

Prevents the UI from making the column sortable. This is available only for canvas apps.

Type: boolean

displayName

Localized display name for the column.

Type: string

isHidden

The column visibility state. This is available only for canvas apps.

Type: boolean

isPrimary

Is specific column the primary column of the view's table. This is available only for model-driven apps.

Type: boolean

name

Name of the column, unique in the dataset.

Type: string

order

The column order for the layout.

Type: number

visualSizeFactor

Customized column width ratios.

Type: number

Power Apps component framework API reference
Power Apps component framework overview