Creates a Command object to track subsequent changes on the specified target. The returned command will be automatically executed when disposed.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public TrackChangesCommand startChangeOperation ( |
The object to track.
A TrackChangesCommand that is used to track the changes, or null, if undo is disabled.
See Also