Table of Contents

Property this

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

this[int, int]

Returns the data at the given indexes of the table (row, column).

object this[int row, int col] { get; }

Parameters

row int
col int

Property Value

object