T3000 CrossPlatform Documentation
FastColoredTextBoxGetRange Method (Place, Place) |
[This is preliminary documentation and is subject to change.]
Get range of text
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Range GetRange( Place fromPlace, Place toPlace )
Public Function GetRange ( fromPlace As Place, toPlace As Place ) As Range Dim instance As FastColoredTextBox Dim fromPlace As Place Dim toPlace As Place Dim returnValue As Range returnValue = instance.GetRange(fromPlace, toPlace)
Parameters
- fromPlace
- Type: FastColoredTextBoxNSPlace
Line and char position - toPlace
- Type: FastColoredTextBoxNSPlace
Line and char position
Return Value
Type: RangeRange
See Also