TFlexCelPreviewer : Calculation of cell coordinates from the mouse position

Is there a function to calculate cell coordinates from mouse position within FLX Preview? Furthermore, it should be possible to determine the corresponding table.

regards GJB

Sorry, we don't have a way to map mouse coordinates to a cell in the preview. If you have the cell, getting the table is simple, you can call GetTable(sheet, row, col). But the cell in the preview is not really mapped to the mouse.