ActionScript 2.0 Components Language Reference |
|
|
|
| DataGrid component > Customizing the DataGrid component > Using styles with the DataGrid component > Setting styles for an individual column | |||
Color and text styles can be set for the grid as a whole or for a column. You can use the following syntax to set a style for a particular column:
grid.getColumnAt(3).setStyle("backgroundColor", 0xFF00AA);
|
|
|
|