Retrieves the x-coordinate of the column.
public int getLeft()
Returns the x-coordinate of the column, relative to the coordinates of the parent DataGrid control.
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.