piDogDataView.DataView.SortDirections

Scope: Public
Used to determine the direction of sorting.

Dataview can store cell values as variants and sort based on native values.

For example, assigning and sorting string values will sort as

0
1
10
100
11
2
20
21

while assigning integers will sort as

0
1
2
10
11
20
21
100
Descending = -1
None =0
Ascending