method Grid.Redo ()
Redoes the next action in the control's Redo queue.

TypeDescription
Call the Redo method to Redo the last control operation. The Redo method have effect only if the AllowUndoRedo property is True. The CTRL+Y redoes the next action in the control's Redo queue, while the CTRL+Z performs the last undo operation. Call the Undo method to Undo the last control operation.  The CanUndo property retrieves a value that indicates whether the control may perform the last Undo operation. The CanRedo property retrieves a value that specifies whether the control can execute the next operation in the control's Redo queue. The URChange(exUndo/exRedo) event notifies your application whenever an Undo/Redo operation is performed. 

The records of the Undo/Redo queue may contain actions in the following format:

Also, the Undo/Redo queue may include:

The RedoListAction property lists the Redo actions that can be performed in the control. Use the RedoRemoveAction method to remove the first action from the redo queue.