Property this | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
this[int, int]
Returns the data at the given indexes of the table (row, column).
public object this[int row, int col] { get; }
Parameters
row
int
col
int
Namespace
Assembly
Terminal.Gui.dll
Returns the data at the given indexes of the table (row, column).
public object this[int row, int col] { get; }
row
int
col
int