Parameters
- lineIndex
- The zero-based line index for which to retrieve the currently displayed text.
Return Value
A string containing a copy of the text currently visible on the specified line.
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | If lineIndex is less than 0 or is greater than or equals to line count. |