DataValueCollection Methods TIBCO Spotfire 7.6 API Reference

The DataValueCollection type exposes the following members.

Methods

  Name Description
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method FindNumericRange
Finds the minimum and maximum numeric values in a subset of the rows.
Public method FindRowsInNumericRange
Finds all rows with values in a given numeric range.
Public method GetEnumerator
Enumerate over all the data value in the collection.
Public method GetError Obsolete.
Gets an error value for a given row.
Public method GetFormattedValue(Int32) Obsolete.
Gets the formatted value for a given row using the default formatter.
Public method GetFormattedValue(Int32, IDataFormatter) Obsolete.
Gets the formatted value for a given row.
Public method GetMaxNumericValue
Gets the maximum numeric value in a subset of the rows.
Public method GetMaxValue
Gets the maximum value of all the rows.
Public method GetMaxValue(IEnumerableInt32)
Gets the maximum value in a subset of the rows.
Public method GetMinNumericValue
Gets the minimum numeric value within in a subset of the rows.
Public method GetMinValue
Gets the minimum value of all the rows.
Public method GetMinValue(IEnumerableInt32)
Gets the minimum value in a subset of the rows.
Public method GetNumericValue Obsolete.
Gets the numeric (double) value for a given row.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetValue Obsolete.
Gets the value at a given index.
Public method HasErrorValue Obsolete.
Checks if a given row contains an error value.
Public method IsInvalid Obsolete.
Checks if a given row is invalid.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method TryGetError Obsolete.
Gets an error value for a given row.
Top
See Also

Reference