Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmTerminal Interface / CustomRows Property


CustomRows Property
Gets or sets the number of rows in the terminal window display when the terminal is configured to use the custom terminal model.
Syntax
'Declaration
 
Property CustomRows As Integer
 
'Usage
 
Dim instance As IIbmTerminal
Dim value As Integer
 
instance.CustomRows = value
 
value = instance.CustomRows
Exceptions
ExceptionDescription
This exception is thrown if the set parameter is outside the range of valid values.
This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
Remarks
This property applies to 3270 terminal sessions only. The default is 60. The range of values is 24-255.
See Also