Gets or sets the number of character columns. (Only applies to Ssh.StartScripting(TerminalOptions) and Ssh.StartVirtualTerminal(TerminalOptions) methods.

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

Syntax

Visual Basic
Public Property Columns As Nullable(Of Integer)
	Get
	Set
C#
public Nullable<int> Columns { get; set; }

Field Value

Remote command.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also