Method GetLine
GetLine(int)
Returns the characters on the line
.
public List<Cell> GetLine(int line)
Parameters
line
intThe intended line.
Returns the characters on the line
.
public List<Cell> GetLine(int line)
line
intThe intended line.