Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets the comparer which should be used to compare row values.
Gets the number of values in the collection.
Gets the formatter which should be used for format row values..
Gets the invalid rows in the collection, as an Spotfire.Dxp.Data.IndexSet.
Gets the valid rows in the collection, as an Spotfire.Dxp.Data.IndexSet.
Finds the minimum and maximum numeric values in a subset of the rows.
The row indexes.
The minimum and maximum as a Spotfire.Dxp.Data.Range.
Finds all rows with values in a given numeric range.
A numeric Spotfire.Dxp.Data.Range.
If true, include invalid values; otherwise, do not.
The indexes of the found rows, as an Spotfire.Dxp.Data.IndexSet.
Enumerate over all the data value in the collection.
An enumerator over all values in the collection.
Gets the maximum numeric value in a subset of the rows.
The subset of the rows.
The maximum numeric value.
Gets the maximum value of all the rows.
The maximum value.
Gets the maximum value in a subset of the rows.
The subset of the rows.
The maximum value.
Gets the minimum numeric value within in a subset of the rows.
The subset of the rows.
The minimum numeric value.
Gets the minimum value of all the rows.
The minimum value.
Gets the minimum value in a subset of the rows.
The subset of the rows.
The minimum value.
A collection of the row values in a Spotfire.Dxp.Data.IDataColumn.
Since
2.0