_Global.Repeat(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Repeats the most recent editing action one or more times.
public bool Repeat (ref object Times);
abstract member Repeat : obj -> bool
Public Function Repeat (Optional ByRef Times As Object) As Boolean
Parameters
- Times
- Object
Optional Object. The number of times you want to repeat the last command.
Returns
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.