Search
Command.getHasEffect Method
See Also
 






Gets a value indicating whether the command does anything.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

protected boolean getHasEffect ()

 Return Value

 Remarks

Commands that have no effect are not stored in the undo history.

 See Also