pixelToPosition abstract method

PositionResult pixelToPosition(
  1. double pixelOffset,
  2. Axis axis
)

Converts a point in the table into a column/row index.

The pixelOffset is the offset from the leading edge of the table in a given axis.

Returns PositionResult with details in case the given pixel exceeds the viewport.

Implementation

PositionResult pixelToPosition(double pixelOffset, Axis axis);