An array for accessing individual Column objects in the Grid control by column number. Available at design time and read-only at run time.
Grid.Columns(nCol).Property [ = Setting] |
Return Value
- 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
Applies To: Grid Control
Use the Columns property to access the properties of a particular Column in a Grid. For example, SpecialGrid.Columns(1).BackColor = RGB(255,0,0) changes the BackColor property of all the cells in Column 1 to bright red.