public CategoricalDataSet this[
IndexCollection rowIndexes,
IndexCollection columnIndexes
] { get; }
Public ReadOnly Default Property Item (
rowIndexes As IndexCollection,
columnIndexes As IndexCollection
) As CategoricalDataSet
Get
public:
virtual property CategoricalDataSet^ default[IndexCollection^ rowIndexes, IndexCollection^ columnIndexes] {
CategoricalDataSet^ get (IndexCollection^ rowIndexes, IndexCollection^ columnIndexes) sealed;
}
abstract Item : CategoricalDataSet with get
override Item : CategoricalDataSet with get
ArgumentNullException | rowIndexes is null. -or- columnIndexes is null. |
ArgumentOutOfRangeException | rowIndexes contains values which
are not valid row indexes for the
Data of
the CategoricalDataSet. -or- columnIndexes contains values which are not valid column indexes for the Data of the CategoricalDataSet. |