[]
        
(Showing Draft Content)

Undo Redo Operations

C1FlexSheet allows you to use Undo method to undo the last action and Redo method to repeat the last action performed.

Following code illustrates the use of Undo method:

vbnet

flex.Undo()

csharp

flex.Undo();

Following code illustrates the use of Redo method:

vbnet

flex.Redo()

csharp

flex.Redo();