Table of Contents

Method GetLineText

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetLineText(long)

Returns the contents of a given line in the text control, not including any trailing newline character(s).

string GetLineText(long lineNo)

Parameters

lineNo long

Line number (starting from zero).

Returns

string

The contents of the line.