Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CellEditCommand Class
Properties Methods


In This Topic
    CellEditCommand Class Members
    In This Topic

    The following tables list the members exposed by CellEditCommand.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyIndicates that the command can create hyperlink style when execute.  
    Public PropertyGets the Command.UndoSupport value indicates whether this command is undoable. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    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 MethodOverridden. Clones this command object.  
    Public MethodOverloaded. Overridden. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
    Public MethodExecutes this command. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Public MethodGets a boolean value indicates whether the corresponding UI actions should be stopped. (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 Methodstatic (Shared in Visual Basic)  
    Public MethodOverridden. Undoes this command.  
    Top
    Protected Methods
     NameDescription
    Protected MethodFinalizes an instance of the Command class. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Top
    See Also