getCellFromPosition

getCellFromPosition(x:      Real;
                    y:      Real;
                    row:    Integer output;
                    column: Integer output): Boolean;

The getCellFromPosition method of the Table class assigns to the row and column parameter values the position of the cell of the current sheet of a table corresponding to the horizontal and vertical x and y parameters (for example, the coordinates of the Table class mouseDown event), in units specified by the value of the scaleMode property.

This method returns true if the row and column parameter values of the cell have also been returned, or it returns false if the x and y parameters do not correspond to a cell position.