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