







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