Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / ErrorUICommand Class
Properties Methods

In This Topic
    ErrorUICommand Class Members
    In This Topic

    The following tables list the members exposed by ErrorUICommand.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ErrorUICommand class.  
    Top
    Public Properties
     NameDescription
    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 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 PropertyGets or sets the worksheet. (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 MethodReleases unmanaged and managed resources. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    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 MethodUndoes this command. (Inherited from GrapeCity.Spreadsheet.Commands.Command)
    Top
    See Also