getCellFromPosition

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

The getCellFromPosition method of the JadeTableSheet class returns a reference to the cell at the position specified by the horizontal and vertical x and y parameters of the sheet referenced by this object (in units specified by the value of the Table class scaleMode property).

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