findColumnForLocalX method

num findColumnForLocalX(
  1. num x
)

For Panel.Table|Table Panels: Returns the cell at a given x-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} x @return {number} a zero-based integer @see #findRowForLocalY @since 1.2

Implementation

_i2.num findColumnForLocalX(_i2.num x) => _i4.callMethod(
      this,
      'findColumnForLocalX',
      [x],
    );