Method GetCurrentLine
GetCurrentLine()
Returns the characters on the current line (where the cursor is positioned). Use CurrentColumn to determine the position of the cursor within that line
public List<Cell> GetCurrentLine()
Returns the characters on the current line (where the cursor is positioned). Use CurrentColumn to determine the position of the cursor within that line
public List<Cell> GetCurrentLine()