InfoConnect for Unisys VBA Guide
EndPosition Property (HostField)
Specifies the column and row coordinates of the end position.
Syntax
Object.EndPosition As _ScreenPoint
Example
Dim host As HostField 
Dim point As ScreenPoint
            
'Get the screen position (row , column)
point = host.EndPosition
            
'Get the row location.
Dim row As Integer = point.Row
'Get the column location.
Dim column As integer column = point.Column
See Also

 

 


2015 Attachmate

Send Feedback