Table of Contents

Method CellToScreen

Namespace
Terminal.Gui
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, use Ordinal

tableRow int

The index of the row in Table that you are looking for

Returns

Point?