Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / TopBottom Enumeration
In This Topic
    TopBottom Enumeration
    In This Topic
    Specifies the top 10 values from the top or bottom of a series of values.
    Syntax
    public enum TopBottom : System.Enum 
    Members
    MemberDescription
    Bottom Specifies the bottom values
    Top Specifies the top values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.TopBottom

    See Also