Description
Indicates whether an up-arrow is displayed in the header item.
Declaration
TestObj.IsSortUp
Read-Only Property | Boolean |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following object:
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
Returns True if the up-arrow is drawn on this item, and False otherwise.
Remarks
Typically, an up-arrow is used to indicate that the information in the current window is sorted on this column in ascending order.
To read or set the sort order, use the wSort
property.
Example
To view an example that demonstrates how to use the IsSortUp
property, see Sorting Content.
See Also
Determining Header Items' Format Settings
Sorting Content
IsSortDown Property (HeaderItemFormat Objects)
wSort Property (Header Controls)