Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / AutoSumCommand Class
Members


In This Topic
    AutoSumCommand Class
    In This Topic
    Represents a command that detects ranges of cells to auto fills SUM or SUBTOTAL function at appropriate location This class cannot be inherited.
    Syntax
    'Declaration
     
    
    Public NotInheritable Class AutoSumCommand 
       Inherits MultiRangeCommand
    'Usage
     
    
    Dim instance As AutoSumCommand
    public sealed class AutoSumCommand : MultiRangeCommand 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.Commands.Command
          GrapeCity.Spreadsheet.Commands.RangeCommand
             GrapeCity.Spreadsheet.Commands.MultiRangeCommand
                GrapeCity.Spreadsheet.Commands.AutoSumCommand

    See Also