Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

TerminalScreen.GetCell Method

Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9147)

GetCell(Int32, Int32)

Gets the cell at the specified position.

Declaration
public TerminalCell GetCell(int column, int row)
Parameters
Type Name Description
Int32 column

Cell column (0 is the first column).

Int32 row

Cell row (-HistoryLength is the lowest row, 0 is the first row on the screen).

Returns
Type Description
TerminalCell

Character cell.

Remarks

For optimization purpose empty cells with BackColor = 0 are discarded from history. If a discarded cell is requested an empty cell with BackColor = 0, ForeColor = 7 and default formatting properties is returned instead.

In This Article
  • GetCell(Int32, Int32)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies