Spread WPF 18
GrapeCity.Spreadsheet.Commands Namespace / Command Class
Properties Methods

In This Topic
    Command Class Members
    In This Topic

    The following tables list the members exposed by Command.

    Public Properties
     NameDescription
    Public PropertyGets or sets a boolean value indicates whether the command is executed from an UI action.  
    Public PropertyGets a value indicating whether the GrapeCity.Spreadsheet.IWorkbookSet.CutCopyMode is set to GrapeCity.Spreadsheet.CutCopyMode.None after this command executed.  
    Public PropertyGets the UndoSupport value indicates whether this command is undoable.  
    Public PropertyGets or sets the worksheet.  
    Top
    Public Methods
     NameDescription
    Public MethodInvoked before execute the command.  
    Public MethodGets a boolean value indicating whether the Spread can change active cell base on the command result.  
    Public MethodClones this command object.  
    Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
    Public MethodExecutes this command.  
    Public MethodRedo this command.  
    Public MethodSaves the data for undoing.  
    Public MethodUndoes this command.  
    Top
    See Also