Columns Property  
 

Gets and sets the number of columns in the emulation display.

Syntax

object.Columns [= columns ]

Remarks

The Columns property returns the number of columns in the emulation window, or allows the application to change the number of columns. Currently, the number of columns may only be set to 80 or 132. Note that changing the number of columns in the display causes the current display to be invalidated, and the window will be cleared.

Data Type

Integer (Int32)

See Also

CellHeight Property, CellWidth Property, Rows Property, ScrollBars Property