Rows Property  
 

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

Syntax

object.Rows [= rows ]

Remarks

The Rows property returns the number of character rows 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 rows. 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 24.

Data Type

Integer (Int32)

See Also

Columns Property, Terminal Property, Connect Method