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.
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
- endPosition
-
Int32
int