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