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