GetLineLength Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image
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

Return Value

Length of line

See Also