Page tree
Skip to end of metadata
Go to start of metadata

Introduced in build 9.1

Description

The sort method allows a user to sort an area by a particular column in the area. This method can sort numeric, alphabetic, and alphanumeric data. The user can also specify if the area contains headers, and whether to sort by ascending or descending.
C#
vb.net

Parameters

columnIndex
An integer representing the column you would like to sort the area by.
isAscending
A boolean representing whether you want to sort the area in ascending or descending order.
hasHeader
A boolean representing whether or not the area you want to sort contains a header row.

Examples

C#
vb.net
  • No labels