Search
Command.Execute Method
See Also
 






Carries out an action that changes the workbook in some way.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

protected abstract bool Execute ()

Visual Basic  Copy Code

Protected MustOverride Function Execute () As Boolean

 Return Value

true if the command should be registered in the undo history; otherwise, false.

 See Also