User Guide
272 Chapter 6: Components Dictionary
DataGrid.getColumnIndex()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDataGrid.getColumnIndex(columnName)
Parameters
columnName
A string that is the name of a column.
Returns
A number that specifies the index of the column.
Description
Method; returns the index of the column specified by the columnName parameter.
DataGrid.headerHeight
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
myDataGrid.headerHeight
Description
Property; the height of the header bar of the data grid, in pixels. The default value is 20.
Example
The following example sets the scroll position to the top of the display:
myDataGrid.headerHeight = 30;
DataGrid.headerRelease
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.