Click or drag to resize

ITextViewGetLine Method

Returns the Nth ITextView buffer line.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
string GetLine(
	int line
)

Parameters

line
Type: SystemInt32
Line number to get

Return Value

Type: String

[Missing <returns> documentation for "M:AdiIRCAPIv2.Interfaces.ITextView.GetLine(System.Int32)"]

See Also