TerminalOptions.Rows Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Rows
Gets or sets the number of character rows. (Only applies to Ssh.StartScripting(TerminalOptions) and Ssh.StartVirtualTerminal(TerminalOptions) methods.
Declaration
public int? Rows { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Int32> | Remote command. |