public CategoricalDataSet this[
string rowIndexes,
string columnIndexes
] { get; }
Public ReadOnly Default Property Item (
rowIndexes As String,
columnIndexes As String
) As CategoricalDataSet
Get
public:
virtual property CategoricalDataSet^ default[String^ rowIndexes, String^ columnIndexes] {
CategoricalDataSet^ get (String^ rowIndexes, String^ columnIndexes) sealed;
}
abstract Item : CategoricalDataSet with get
override Item : CategoricalDataSet with get
ArgumentNullException | rowIndexes is null. -or- columnIndexes is null. |
ArgumentOutOfRangeException | rowIndexes is not a string reserved
for matrix sub-referencing. -or- columnIndexes is not a string reserved for matrix sub-referencing. |