Columns Property  
 

Gets and sets the number of columns for the virtual terminal session.

Syntax

object.Columns [= columns ]

Remarks

The Columns property returns the number of character columns for the virtual display. Setting this property prior to calling the Connect method requests that the server create a pseudoterminal with the specified number of columns. This property value is only meaningful for interactive terminal sessions, and is not used when executing a command on the server.

The default value for this property is 80.

Data Type

Integer (Int32)

See Also

Rows Property, Terminal Property, Connect Method