Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal Namespace / History Class / Redo Method / Redo(Int32) Method
Number of operations to redo.

In This Topic
    Redo(Int32) Method
    In This Topic
    Redo a given number of operations.
    Syntax
    'Declaration
     
    Public Overloads Sub Redo( _
       ByVal count As System.Integer _
    ) 
    public void Redo( 
       System.int count
    )

    Parameters

    count
    Number of operations to redo.
    See Also