Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / AutoSumCommand Class
Properties Methods


In This Topic
    AutoSumCommand Class Members
    In This Topic

    The following tables list the members exposed by AutoSumCommand.

    Public Properties
     NameDescription
    Public PropertyGets the left column index of cell range. (Inherited from GrapeCity.Spreadsheet.Commands.RangeCommand)
    Public PropertyGets the right column index of cell range. (Inherited from GrapeCity.Spreadsheet.Commands.RangeCommand)
    Public PropertyGets or sets a boolean value indicates whether the command is executed from an UI action. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public PropertyGets the GrapeCity.Spreadsheet.Reference object at specified index (Inherited from GrapeCity.Spreadsheet.Commands.MultiRangeCommand)
    Public PropertyGets the top row index of cell range. (Inherited from GrapeCity.Spreadsheet.Commands.RangeCommand)
    Public PropertyGets the bottom row index of cell range. (Inherited from GrapeCity.Spreadsheet.Commands.RangeCommand)
    Public PropertyGets the total count of selected ranges (Inherited from GrapeCity.Spreadsheet.Commands.MultiRangeCommand)
    Public PropertyGets a value indicating whether the GrapeCity.Spreadsheet.IWorkbookSet.CutCopyMode is set to GrapeCity.Spreadsheet.CutCopyMode.None after this command executed. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public PropertyOverridden.   
    Public PropertyGets or sets the worksheet. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the total column count of cell range. (Inherited from GrapeCity.Spreadsheet.Commands.RangeCommand)
    Protected PropertyGets or sets a boolean value indicates whether this object is disposed. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Protected PropertyGets the total row count of cell range. (Inherited from GrapeCity.Spreadsheet.Commands.RangeCommand)
    Protected PropertyGets the workbook. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Top
    Public Methods
     NameDescription
    Public MethodInvoked before execute the command. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodGets a boolean value indicating whether the Spread can change active cell base on the command result. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodOverridden. Clones this command object.  
    Public Methodstatic (Shared in Visual Basic)Creates the AutoSumCommand command from current selections of the specified worksheet.  
    Public MethodOverloaded. Overridden. Releases unmanaged and - optionally - managed resources.  
    Public MethodExecutes this command. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodRedo this command. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodSaves the data for undoing. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodOverridden. Undoes this command.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFinalizes an instance of the Command class. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Protected Method (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Top
    See Also