Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
Column.getLeft
Retrieves the x-coordinate of the column.
Syntax
public int getLeft()
Return Value
Returns the x-coordinate of the column, relative to the coordinates of the parent DataGrid control.
Remarks
You can use the column's left and width properties, along with the parent DataGrid control's rowTop method and rowHeight property, to determine the exact location and dimension of any cell in the grid.