Method GetLineText
GetLineText(long)
Returns the contents of a given line in the text control, not including any trailing newline character(s).
public override string GetLineText(long lineNo)
Parameters
lineNo
longLine number (starting from zero).
Returns
- string
The contents of the line.