User Guide

DataGridColumn.columnName 303
DataGridColumn.cellRenderer
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
myDataGrid.getColumnAt(index).cellRenderer
Description
Property; a linkage identifier for a symbol to be used to display cells in this column. Any class
used for this property must implement the CellRenderer API (see “CellRenderer API”
on page 109.) The default value is
undefined.
Example
The following example uses a linkage identifier to set a new cell renderer:
myGrid.getColumnAt(3).cellRenderer = "MyCellRenderer";
DataGridColumn.columnName
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
myDataGrid.getColumnAt(index).columnName
Description
Property (read-only); the name of the field associated with this column. The default value is
the name called in the DataGridColumn constructor.