Method CellToScreen | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
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
int
The index of the Table column you are looking for
tableRow
int
The index of the row in Table that you are looking for