FrameViewOrderBy Method (String) |
Namespace: Meta.Numerics.Data
Exception | Condition |
---|---|
ArgumentNullException | columnName is . |
IndexOutOfRangeException | columnName is not the name of a column in the view. |
InvalidCastException | The type of data in the column is not IComparable. |
values are supported and are ordered before all other values.
The type of data in the column must implement IComparable.