次の方法で共有


_Global.Repeat(Object) メソッド

定義

最新編集操作の 1 つまたは複数回繰り返されます。

public bool Repeat (ref object Times);
abstract member Repeat : obj -> bool
Public Function Repeat (Optional ByRef Times As Object) As Boolean

パラメーター

Times
Object

省略可能 なオブジェクト。 最後のコマンドを繰り返す回数を指定します。

戻り値

注釈

コマンドが正常に繰り返された場合、このメソッドは True を 返します。

Using this method is the equivalent to using the Repeat command on the Edit menu.

適用対象