Creates a Command object to track subsequent changes on the specified target. The returned command will be automatically executed when disposed.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public TrackChangesCommand StartChangeOperation ( |
Visual Basic
Copy Code
|
|---|
Public Function StartChangeOperation( _ |
The object to track.
A TrackChangesCommand that is used to track the changes, or null (Nothing in Visual Basic), if undo is disabled.
See Also