CanUndo Method

Summary

Determines the availability to undo actions.

Syntax

TypeScript
JavaScript
SheetEditorHistory.prototype.canUndo = function() 
canUndo(): boolean; 

Return Value

true if undo action is available; otherwise, false.

Remarks

This method checks whether actions in the edit history that can be reversed. It evaluates the history stack to determine if previous changes made in the SheetEditorHistory are available for undoing, allowing users to revert their most recent actions.

Requirements

Target Platforms

See Also

SheetEditorHistory Class

SheetEditorHistory Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.