







|
| FastColoredTextBox |
| FastColoredTextBox..::..GetLine Method |
| FastColoredTextBox Class See Also Send Feedback |
Get range of line
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
| C# |
|---|
public Range GetLine( int iLine ) |
| Visual Basic |
|---|
Public Function GetLine ( _ iLine As Integer _ ) As Range |
| Visual C++ |
|---|
public: Range^ GetLine( int iLine ) |
Parameters
- iLine
- Type: System..::..Int32
Line index
