findRowForLocalY method

num findRowForLocalY(
  1. num y
)

For Panel.Table|Table Panels: Returns the row at a given y-coordinate in local coordinates, or -1 if there are no RowColumnDefinitions for this Table Panel or if the argument is negative. Call GraphObject#getLocalPoint to convert a Point in document coordinates into a Point in local coordinates.

@param {number} y @return {number} a zero-based integer @see #findColumnForLocalX @since 1.2

Implementation

_i2.num findRowForLocalY(_i2.num y) => _i4.callMethod(
      this,
      'findRowForLocalY',
      [y],
    );