The DataValueCollection type exposes the following members.
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