







|
| FastColoredTextBox |
| FastColoredTextBox..::..GetRange Method (Int32, Int32) |
| FastColoredTextBox Class See Also Send Feedback |
Get range of text
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
| C# |
|---|
public Range GetRange( int fromPos, int toPos ) |
| Visual Basic |
|---|
Public Function GetRange ( _ fromPos As Integer, _ toPos As Integer _ ) As Range |
| Visual C++ |
|---|
public: Range^ GetRange( int fromPos, int toPos ) |
Parameters
- fromPos
- Type: System..::..Int32
Absolute start position
- toPos
- Type: System..::..Int32
Absolute finish position
