T3000 CrossPlatform Documentation
FastColoredTextBoxGetRange Method (Int32, Int32) |
[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( int fromPos, int toPos )
Public Function GetRange ( fromPos As Integer, toPos As Integer ) As Range Dim instance As FastColoredTextBox Dim fromPos As Integer Dim toPos As Integer Dim returnValue As Range returnValue = instance.GetRange(fromPos, toPos)
Parameters
- fromPos
- Type: SystemInt32
Absolute start position - toPos
- Type: SystemInt32
Absolute finish position
Return Value
Type: RangeRange
See Also