Converts a pixel coordinate to a row-column pair in the coordinates of the control. This method also returns whether the point is inside the bounds of the content rectangle.

Parameters

Name Data type Required Description
Point cnclst.png Yes

Specifies the pixel coordinate to translate into a row-column pair.

In Bounds? ibool.png Yes

Returns TRUE if the point is inside the bounds of the content rectangle.

Cell Position inclst.png Yes
Returns the row and column of the cell in which the point lies.
  • Row—Returns the row of the cell in which the point lies.
  • Column—Returns the column of the cell in which the point lies.

Remarks

The following table lists the characteristics of this method.

Short Name Point To Row Column
Data type No return value
Available in Run-Time Engine Yes
Available in Real-Time Operating System Yes
Settable when the VI is running Yes
Loads the front panel into memory No
Need to authenticate before use No
Loads the block diagram into memory No
Remote access allowed Yes