







|
| FastColoredTextBox |
| FastColoredTextBox..::..GetRange Method (Place, Place) |
| 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( Place fromPlace, Place toPlace ) |
| Visual Basic |
|---|
Public Function GetRange ( _ fromPlace As Place, _ toPlace As Place _ ) As Range |
| Visual C++ |
|---|
public: Range^ GetRange( Place fromPlace, Place toPlace ) |
Parameters
- fromPlace
- Type: FastColoredTextBoxNS..::..Place
Line and char position
- toPlace
- Type: FastColoredTextBoxNS..::..Place
Line and char position
