ITextRange.SetRange(Int32, Int32) メソッド

定義

テキスト範囲のエンドポイントを指定した値に設定します。

public:
 void SetRange(int startPosition, int endPosition);
void SetRange(int const& startPosition, int const& endPosition);
public void SetRange(int startPosition, int endPosition);
function setRange(startPosition, endPosition)
Public Sub SetRange (startPosition As Integer, endPosition As Integer)

パラメーター

startPosition
Int32

int

テキスト範囲の先頭の文字位置。 このパラメーターは endPosition より小さくする必要があります。

endPosition
Int32

int

テキスト範囲の末尾の文字位置。

注釈

テキスト範囲が非生成の選択範囲の場合、 endPosition はアクティブな末尾です。

適用対象