Sets the cell at the specified position to the specified cell.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Sub SetCell ( _
	column As Integer, _
	row As Integer, _
	cell As TerminalCell _
)
C#
public void SetCell(
	int column,
	int row,
	TerminalCell cell
)

Parameters

column
Type: System..::..Int32
Cell column (0 is the first column).
row
Type: System..::..Int32
Cell row (-HistoryLength is the lowest row, 0 is the first row on the screen).
cell
Type: Rebex.TerminalEmulation..::..TerminalCell
Cell to replace the original cell.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also