Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / SubtotalLocationType Enumeration
In This Topic
    SubtotalLocationType Enumeration
    In This Topic
    Specifies where the subtotal will be displayed on the worksheet.
    Syntax
    public enum SubtotalLocationType : System.Enum 
    Members
    MemberDescription
    Bottom Subtotal will be on the bottom.
    Top Subtotal will be on the top.
    Inheritance Hierarchy

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

    See Also