Gets the cell at the specified position.

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

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
	column As Integer, _
	row As Integer _
) As TerminalCell
	Get
C#
public TerminalCell this[
	int column,
	int row
] { get; }

Parameters

column
Type: System..::..Int32
Cell column (0 is the first column).
row
Type: System..::..Int32
Cell row (0 is the first row).

Return Value

Character cell.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also