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