TCollection this[
int rowIndex,
IndexCollection columnIndexes
] { get; }
ReadOnly Default Property Item (
rowIndex As Integer,
columnIndexes As IndexCollection
) As TCollection
Get
property TCollection default[int rowIndex, IndexCollection^ columnIndexes] {
TCollection get (int rowIndex, IndexCollection^ columnIndexes);
}
abstract Item : 'TCollection with get
ArgumentNullException | columnIndexes is null. |
ArgumentOutOfRangeException | rowIndex is
less than zero. -or- rowIndex 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. |