public CategoricalDataSet this[
IndexCollection rowIndexes,
string columnIndexes
] { get; }Public ReadOnly Default Property Item (
rowIndexes As IndexCollection,
columnIndexes As String
) As CategoricalDataSet
Getpublic:
virtual property CategoricalDataSet^ default[IndexCollection^ rowIndexes, String^ columnIndexes] {
CategoricalDataSet^ get (IndexCollection^ rowIndexes, String^ 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 is not a string reserved for matrix sub-referencing. |