Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ScreenRegion Class / EndColumn Property


In This Topic
EndColumn Property (ScreenRegion)
In This Topic
The ending column of the region.
Syntax
'Declaration
 
Public ReadOnly Property EndColumn As Integer
 
'Usage
 
Dim instance As ScreenRegion
Dim value As Integer
 
value = instance.EndColumn
See Also