Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Repeats the most recent editing action one or more times.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Repeat ( _
ByRef Times As Object _
) As Boolean
'Usage
Dim instance As _Global
Dim Times As Object
Dim returnValue As Boolean
returnValue = instance.Repeat(Times)
bool Repeat(
ref Object Times
)
Parameters
- Times
Type: System.Object%
Optional Object. The number of times you want to repeat the last command.
Return Value
Type: System.Boolean
Remarks
This method returns True if the commands were repeated successfully.
Using this method is the equivalent to using the Repeat command on the Edit menu.