The DataValueCollection type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindNumericRange | Finds the minimum and maximum numeric values in a subset of the rows. | |
FindRowsInNumericRange | Finds all rows with values in a given numeric range. | |
GetEnumerator | Enumerate over all the data value in the collection.
| |
GetError | Obsolete. Gets an error value for a given row. | |
GetFormattedValue(Int32) | Obsolete.
Gets the formatted value for a given row using the default formatter.
| |
GetFormattedValue(Int32, IDataFormatter) | Obsolete. Gets the formatted value for a given row. | |
GetMaxNumericValue | Gets the maximum numeric value in a subset of the rows. | |
GetMaxValue | Gets the maximum value of all the rows. | |
GetMaxValue(IEnumerable Int32 ) | Gets the maximum value in a subset of the rows. | |
GetMinNumericValue | Gets the minimum numeric value within in a subset of the rows. | |
GetMinValue | Gets the minimum value of all the rows. | |
GetMinValue(IEnumerable Int32 ) | Gets the minimum value in a subset of the rows. | |
GetNumericValue | Obsolete. Gets the numeric (double) value for a given row. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | Obsolete. Gets the value at a given index. | |
HasErrorValue | Obsolete. Checks if a given row contains an error value. | |
IsInvalid | Obsolete. Checks if a given row is invalid. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
TryGetError | Obsolete. Gets an error value for a given row. |
Properties
Name | Description | |
---|---|---|
Comparer | Gets the comparer which should be used to compare row values. | |
Count | Gets the number of values in the collection. | |
DataType | Gets the data type of the values in the collection. | |
Formatter | Gets the formatter which should be used for format row values.. | |
InvalidRows | Gets the invalid rows in the collection, as an IndexSet. | |
ValidRows | Gets the valid rows in the collection, as an IndexSet. |
See Also