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