Click or drag to resize

RichEdit.GetTextRange Method (Typed)

X#
Retrieve a range of characters from the rich edit.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetTextRange(
	oRange AS Range
) AS STRING
Request Example View Source

Parameters

oRange
Type: Range
The range of characters to retrieve.

Return Value

Type: String
A string representing the retrieved range of characters.
See Also