Spread Windows Forms 6.0 Product Documentation
SortIndicator Enumeration
Example  See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace : SortIndicator Enumeration


Glossary Item Box

Specifies the display of the sort indicator.

Syntax

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

Members

MemberDescription
AscendingDisplays the ascending sort indicator
DescendingDisplays the descending sort indicator
NoneDisplays no sort indicator

Example

This example sets the type of sort indicator to display.
C#Copy Code
fpSpread1.ActiveSheet.Columns[0].SortIndicator = FarPoint.Win.Spread.Model.SortIndicator.Descending;
Visual BasicCopy Code
FpSpread1.ActiveSheet.Columns(0).SortIndicator = FarPoint.Win.Spread.Model.SortIndicator.Descending

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.Model.SortIndicator

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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.