InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / ScreenPoint Class / Column Property


In This Topic
    Column Property (ScreenPoint)
    In This Topic
    Gets the column of this screen coordinate.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Column As Integer
    'Usage
     
    
    Dim instance As ScreenPoint
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}
    See Also