Gets the cell at the specified position.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Function GetCell ( _ column As Integer, _ row As Integer _ ) As TerminalCell |
C# |
---|
public TerminalCell GetCell( int column, int row ) |
Parameters
- column
- Type: System..::..Int32
Cell column (0 is the first column).
- row
- Type: System..::..Int32
Cell row (0 is the first row).