Document.Redo Method

Performs the last action that was undone (reverses the Undo method).

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Function Redo ( _
    ByRef Times As Object _
) As Boolean
bool Redo(
    ref Object Times
)

Parameters

Return Value

Type: System.Boolean
true if the actions were redone successfully.

Remarks

Optional Parameters

For information on optional parameters, see Optional Parameters in Office Solutions.

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace