







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