Attachmate.Reflection.Objects.Emulation.IbmHosts Library > HostField Object : EndPosition Property |
Object.EndPosition As _ScreenPoint
Dim host As HostField Dim point As _ScreenPoint 'Get the screen position (row , column) point = host.EndPosition 'Get the row location. Dim row As Long = point.Row 'Get the column location. Dim column As Long column = point.Column