SpreadsheetGear 2017
SortDataOption Enumeration






SpreadsheetGear Namespace : SortDataOption Enumeration
Specifies whether or not to sort text as numbers.
Syntax
'Declaration
 
Public Enum SortDataOption 
   Inherits System.Enum
'Usage
 
Dim instance As SortDataOption
public enum SortDataOption : System.Enum 
public enum SortDataOption = class(System.Enum)
public enum SortDataOption extends System.Enum
__value public enum SortDataOption : public System.Enum 
public enum class SortDataOption : public System.Enum 
Members
MemberDescription
NormalSpecifies that text should be sorted normally.
TextAsNumbersSpecifies that text should be sorted as numbers.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.SortDataOption

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

Reference

SpreadsheetGear Namespace
Sort Method
DataOption Property