Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandResult Structure
Fields Properties Methods


In This Topic
    CommandResult Structure Members
    In This Topic

    The following tables list the members exposed by CommandResult.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Indicates the command failed to execute.  
    Public Fieldstatic (Shared in Visual Basic)Indicates the command executed successful.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the action category that indicates data causes invalidating UI.  
    Public PropertyGets the active cell.  
    Public PropertyThe active object.  
    Public PropertyGets a value indicating the action that should be handled after the command is executed, doesn't matter successsful or not.  
    Public PropertyGets the copying range.  
    Public PropertyGets the custom System.Object that is returned by an action  
    Public PropertyGets a boolean value indicating whether the clipboard action is Cut.  
    Public PropertyGets the length of selections that were modified by the command.  
    Public PropertyGets a value indicating whether the command is executed successful.  
    Public PropertyGets a boolean value indicating whether the volatile cells should be repainted.  
    Public PropertyGets the Value object that is returned by an action  
    Public PropertyGets the worksheet processed by the command.  
    Top
    Public Methods
     NameDescription
    Public MethodGets modified selection at specified index  
    Top
    See Also