Search
Workbook.startChangeOperation Method
See Also
 






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

 Syntax

Java  Copy Code

public TrackChangesCommand startChangeOperation (
    INotifyPropertyValueChanged target
)

 Parameters

target

The object to track.

 Return Value

A TrackChangesCommand that is used to track the changes, or null, if undo is disabled.

 See Also