ITreeListNode.Sort

Syntax

Sort([Column: ITreeListColumn = Null]);

Parameters

Column is the optional parameter that determines the column for which the sorting should be performed. If parameter is Null, the sorting is performed by the first column.

Description

The Sort method sorts by contents the specified column. The column, by which the sorting is performed, is passed byColumn parameter.

See also:

ITreeListNode