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