public FrameView OrderBy(
	string columnName
)Public Function OrderBy ( 
	columnName As String
) As FrameViewpublic:
FrameView^ OrderBy(
	String^ columnName
)member OrderBy : 
        columnName : string -> FrameView values are supported and are ordered before all other values.
The type of data in the column must implement IComparable.
| 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. |