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
- Times
Type: System.Object%
The number of actions to be redone.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.