Search
ChangeWorksheetCommand Class
See Also
 






Represents a command that can track and undo changes of a Worksheet.

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

 Syntax

Java  Copy Code

public class ChangeWorksheetCommand extends TrackChangesCommand

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.spreadsheet.Command
        com.mindfusion.spreadsheet.DisposableCommand
            com.mindfusion.spreadsheet.TrackChangesCommand
                com.mindfusion.spreadsheet.ChangeWorksheetCommand

 See Also