Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / DisplayColumns Property


In This Topic
DisplayColumns Property
In This Topic
Gets or sets the number of columns displayed in the terminal window.
Syntax
'Declaration
 
Property DisplayColumns As Integer
 
'Usage
 
Dim instance As IScreen
Dim value As Integer
 
instance.DisplayColumns = value
 
value = instance.DisplayColumns
See Also