SortType Property

Returns or sets the sort type of a given column.

Syntax

Public Property SortType As SortType

Applies To

Column Object

Data Type

Enumerated

The following settings are available:

Constant Value Description
ByString 0(Default) The column will be sorted as string.
ByStringNoCase 1 The column will be sorted as case-insensitive string.
ByBoolean 2 The column will be sorted as boolean.
ByDate 3 The column will be sorted as date.
ByNumeric 4 The column will be sorted as numeric.