[]
Returns the text that is currently displayed on the specified line.
public string GetLineText(int lineIndex)
Public Function GetLineText(lineIndex As Integer) As String
Type | Name | Description |
---|---|---|
int | lineIndex | The zero-based line index for which to retrieve the currently displayed text. |
Type | Description |
---|---|
string | A string containing a copy of the text currently visible on the specified line. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | If |