Carries out an action that changes the workbook in some way.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
protected abstract bool Execute () |
Visual Basic
Copy Code
|
|---|
Protected MustOverride Function Execute () As Boolean |
true if the command should be registered in the undo history; otherwise, false.
See Also