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
Only available for canvas apps.
Type: AttributeMetadata
cellType
Cell type. Only available 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. Only available for canvas apps.
Type: boolean
displayName
Localized display name for the column.
Type: string
isHidden
The column visibility state. Only available for canvas apps.
Type: boolean
isPrimary
Is specific column the primary column of the view's table. Only available 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
Related articles
Power Apps component framework API reference
Power Apps component framework overview