Link Search Menu Expand Document

SortMethod Let Accessor

Description

The SortMethod property is used to specify the sorting algorithm used by the Sort() method. The SortMethod let accessor accepts a SortMethods Enumeration value as its argument.

After being set any future calls to Sort() will use the chosen algorithm

Syntax

expression.SortMethod = Method

Parameters

Name
Method
Type
SortMethods/Long
Necessity
Required
Description
The desired SortMethods Enumeration value.

Returns

None

Back to SortMethod overview