ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / UndoManager Class / RedoDescription Method
Specifies the index of the RedoDescription.

In This Topic
    RedoDescription Method
    In This Topic
    Returns a description of the last repeated action.
    Syntax
    'Declaration
     
    Public Function RedoDescription( _
       ByVal index As Integer _
    ) As String
    public string RedoDescription( 
       int index
    )

    Parameters

    index
    Specifies the index of the RedoDescription.
    See Also