_Document.Redo Method
Redoes the last action that was undone (reverses the Undo method). Returns True if the actions were redone successfully.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Redo ( _
ByRef Times As Object _
) As Boolean
'Usage
Dim instance As _Document
Dim Times As Object
Dim returnValue As Boolean
returnValue = instance.Redo(Times)
bool Redo(
ref Object Times
)
Parameters
- Times
Type: System.Object%
Optional Object. The number of actions to be redone.
Return Value
Type: System.Boolean