Table of Contents

Method GetCellUrl

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

GetCellUrl(int, int)

Gets the URL associated with the cell at the specified position. Returns null if no URL is associated with the cell.

string? GetCellUrl(int col, int row)

Parameters

col int

The column position.

row int

The row position.

Returns

string

The URL associated with the cell, or null if none exists.