ITreeListNode.Sort

Syntax

Sort([Column: ITreeListColumn = Null]);

Parameters

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.

Description

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:

ITreeListNode