T3000 CrossPlatform Documentation
FastColoredTextBoxGetLineLength Method |
[This is preliminary documentation and is subject to change.]
Gets length of given line
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public int GetLineLength( int iLine )
Public Function GetLineLength ( iLine As Integer ) As Integer Dim instance As FastColoredTextBox Dim iLine As Integer Dim returnValue As Integer returnValue = instance.GetLineLength(iLine)
Parameters
- iLine
- Type: SystemInt32
Line index
Return Value
Type: Int32Length of line
See Also