TCollection this[
IndexCollection rowIndexes,
IndexCollection columnIndexes
] { get; }
ReadOnly Default Property Item (
rowIndexes As IndexCollection,
columnIndexes As IndexCollection
) As TCollection
Get
property TCollection default[IndexCollection^ rowIndexes, IndexCollection^ columnIndexes] {
TCollection get (IndexCollection^ rowIndexes, IndexCollection^ columnIndexes);
}
abstract Item : 'TCollection with get
ArgumentNullException | rowIndexes is null. -or- columnIndexes is null. |
ArgumentOutOfRangeException | rowIndexes contains an index
which is greater than or equal to the number of rows of this instance. -or- columnIndexes contains an index which is greater than or equal to the number of columns of this instance. |