expression.StartPosition As _ScreenPoint
expression.StartPosition As _ScreenPoint
Dim host As HostField Dim point As _ScreenPoint 'Get the screen position (row , column) point = host.StartPosition 'Get the row location. Dim row As Integer = point.Row 'Get the column location. Dim column As Integer = point.Column