Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / AutoSumCommand Class
Members


AutoSumCommand Class
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
Inheritance Hierarchy

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

See Also