Property this
this[int, int]
Returns the data at the given indexes of the table (row, column).
public object this[int row, int col] { get; }
Returns the data at the given indexes of the table (row, column).
public object this[int row, int col] { get; }