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