Method GetLineNumberString
GetLineNumberString(int)
String representation of specified line number.
public string GetLineNumberString(int textLineIndex)
Parameters
textLineIndex
intNumber of line to process.
Returns
- string
String representation of specified line number if
TextEditor.LineNumbersVisible
property if true; otherwise null.