Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / UndoManager Class / Redo Method


In This Topic
    Redo Method (UndoManager)
    In This Topic
    Performs a redo action.
    Syntax
    'Declaration
     
    Public Function Redo() As Boolean
    'Usage
     
    Dim instance As UndoManager
    Dim value As Boolean
     
    value = instance.Redo()
    public bool Redo()

    Return Value

    Returns true if the redo action succeeds; otherwise, returns false.
    See Also