RichEditTextDocument.GetRange(Int32, Int32) 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.
Retrieves a new text range for the active story of the document.
public:
virtual ITextRange ^ GetRange(int startPosition, int endPosition) = GetRange;
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
Parameters
- startPosition
-
Int32
int
The starting position of the new text range, relative to the beginning of the story.
- endPosition
-
Int32
int
The ending position of the new text range.
Returns
The new text range.