GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TopBottom Enumeration


TopBottom Enumeration
Specifies the top 10 values from the top or bottom of a series of values.
Syntax
'Declaration
 
Public Enum TopBottom 
   Inherits System.Enum
 
'Usage
 
Dim instance As TopBottom
Members
MemberDescription
Top10BottomTop 10 bottom values
Top10TopTop 10 values
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.TopBottom

See Also