Version

IGSortStatus Enumeration

Represents the sort status of a particular object.
Syntax
'Declaration
 
Public Enum IGSortStatus 
   Inherits System.Enum
public enum IGSortStatus : System.Enum 
__value public enum IGSortStatus : public System.Enum 
Members
MemberDescription
igAscendingRepresents the state of being sorted in an ascending manner.
igDescendingRepresents the state of being sorted in a descending manner.
igNotSortedRepresents the state of not being sorted.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also