Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / Columns Property


In This Topic
Columns Property
In This Topic
Gets the number of columns in the screen.
Syntax
'Declaration
 
ReadOnly Property Columns As Integer
 
'Usage
 
Dim instance As IIbmScreen
Dim value As Integer
 
value = instance.Columns
See Also