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