FastColoredTextBox.GetLine Method

T3000 CrossPlatform

FastColoredTextBoxGetLine Method

[This is preliminary documentation and is subject to change.]

Get range of line

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Range GetLine(
	int iLine
)
Public Function GetLine ( 
	iLine As Integer
) As Range

Dim instance As FastColoredTextBox
Dim iLine As Integer
Dim returnValue As Range

returnValue = instance.GetLine(iLine)

Parameters

iLine
Type: SystemInt32
Line index

Return Value

Type: Range

[Missing <returns> documentation for "M:FastColoredTextBoxNS.FastColoredTextBox.GetLine(System.Int32)"]

See Also