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.

public string? GetCellUrl(int col, int row)

Parameters

col int

The column.

row int

The row.

Returns

string

The URL if one exists, otherwise null.