Columns Property

Applies To   See Also

An array for accessing individual Column objects in the Grid control by column number. Available at design time and read-only at run time.

Syntax

Grid.Columns(nCol).Property [ = Setting]

Settings

nCol

Specifies the column in agGrid whose property is referenced. The far left Column is number 1.

Property

Specifies the column's property to access.

Setting

Specifies the new property setting for all cells specified with nCol.

Remarks

Use the Columns property to access the properties of a particular Column in a Grid. For example, SpecialGrid.Column(1).BackColor = RGB(255,0,0) changes the BackColor property of all the cells in Column 1 to bright red.