Spread ASP.NET 6.0 Product Documentation
SortOrder Enumeration
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : SortOrder Enumeration


Glossary Item Box

Specifies the order of sorting for the items in the tag cloud.

Syntax

Visual Basic (Declaration) 
Public Enum SortOrder 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As SortOrder
C# 
public enum SortOrder : System.Enum 

Members

MemberDescription
DisplayTextAscendingSorts the items in the tag cloud by display text alphabetically ascending
DisplayTextDescendingSorts the items in the tag cloud by display text alphabetically descending
TextAscendingSorts the items in the tag cloud alphabetically ascending
TextDescendingSorts the items in the tag cloud alphabetically descending
WeightAscendingSorts the items in the tag cloud by weight with the lowest weight first
WeightDescendingSorts the items in the tag cloud by weight with the hightest weight first

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Web.Spread.SortOrder

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.