Sort([Column: ITreeListColumn = Null]);
Column - optional parameter that determines the column, for which sorting must be executed. If the parameter is set to Null, sorting is executed by the first column.
The Sort method sorts by contents of the specified column. The column, by which sorting is executed, is passed by the Column parameter.
See also: