ITextDocument.GetRange(Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取檔使用中本文的新文字範圍。
public:
ITextRange ^ GetRange(int startPosition, int endPosition);
ITextRange GetRange(int const& startPosition, int const& endPosition);
public ITextRange GetRange(int startPosition, int endPosition);
function getRange(startPosition, endPosition)
Public Function GetRange (startPosition As Integer, endPosition As Integer) As ITextRange
參數
- startPosition
-
Int32
int
相對於本文開頭的新文字範圍開始位置。
- endPosition
-
Int32
int
新文字範圍的結束位置。
傳回
新的文字範圍。