Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectoryColumn.Sort Method

Sorts the column.

Syntax

VB.NETobject.Sort(ByVal Ascending As Boolean)
VBobject.Sort(ByVal Ascending As Boolean)
C#.NETvoid object.Sort(bool Ascending);
VC++HRESULT object->Sort(VARIANT_BOOL Ascending);
CHRESULT object->raw_Sort(VARIANT_BOOL Ascending);

object

A SftDirectoryColumn object.

Ascending

Set to True to sort the column contents in ascending fashion, False for descending sort order.

Comments

The Sort method sorts the column.

Column sorting is only available if the Headers.Sortable property is suitably defined.

The column header receives an indicator image, showing the current sort direction ( = ascending or = descending).

User contents (see Column.Contents, contentsSftDirectoryUser1 - contentsSftDirectoryUser9) are always sorted alphabetically.

See Also SftDirectoryColumn Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.