TCollection this[
string rowIndexes,
int columnIndex
] { get; }ReadOnly Default Property Item (
rowIndexes As String,
columnIndex As Integer
) As TCollection
Getproperty TCollection default[String^ rowIndexes, int columnIndex] {
TCollection get (String^ rowIndexes, int columnIndex);
}abstract Item : 'TCollection with get| ArgumentNullException | rowIndexes is null. |
| ArgumentOutOfRangeException | rowIndexes is not a string reserved for
collection sub-referencing. -or- columnIndex is less than zero. -or- columnIndex is greater than or equal to the number of columns of this instance. |