Method CellToScreen
CellToScreen(int, int)
Returns the screen position (relative to the control client area) that the given cell is rendered or null if it is outside the current scroll area or no table is loaded
public Point? CellToScreen(int tableColumn, int tableRow)
Parameters
tableColumn
intThe index of the Table column you are looking for, use Ordinal
tableRow
intThe index of the row in Table that you are looking for