class Prawn::Table::Cell

def x


x-position of the cell within the parent bounds.
def x
  @point[0]
end