FastColoredTextBox.GetLineLength Method

T3000 CrossPlatform

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: Int32
Length of line
See Also