RichEdit.GetTextRange Method (Typed) | |
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
public virtual string GetTextRange(
Range oRange
)
Request Example
View SourceParameters
- oRange
- Type: Range
The range of characters to retrieve.
Return Value
Type:
String
A string representing the retrieved range of characters.
See Also