TValue this[
int rowIndex,
int columnIndex
] { get; set; }Default Property Item (
rowIndex As Integer,
columnIndex As Integer
) As TValue
Get
Setproperty TValue default[int rowIndex, int columnIndex] {
TValue get (int rowIndex, int columnIndex);
void set (int rowIndex, int columnIndex, TValue value);
}abstract Item : 'TValue with get, set| ArgumentOutOfRangeException | rowIndex is less than zero. -or- rowIndex is equal to or greater than NumberOfRows. -or- columnIndex is less than zero. -or- columnIndex is equal to or greater than NumberOfColumns. |