method ExFileView.Sort (ColumnName as String, Ascending as Boolean)
Sorts a column.

TypeDescription
ColumnName as String A string expression that indicates the column being sorted. The valid values are: 'Name', 'Size', 'Modified', 'Type', 'In Folder'.
Ascending as Boolean A boolean expression that indicates how the column is sorted. True means ascending, False means descending.
Use the Sort method to sort the column at runtime. Use the HeaderVisible property to specify whether the control's header bar is visible or hidden. The user can select a column by clicking the column's caption. Use the ColumnVisible property to hide or show a column. Use the ColumnCaption property to specify the column's caption. Use the ColumnWidth property to change the column's width. Use the BackColorHeader property to specify the background color for the control's header bar. Use the ForeColorHeader property to specify the foreground color for the control's header bar.