InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IScreenRegion Interface / StartColumn Property


In This Topic
    StartColumn Property (IScreenRegion)
    In This Topic
    The starting column of the region.
    Syntax
    'Declaration
     
    
    ReadOnly Property StartColumn As Integer
    'Usage
     
    
    Dim instance As IScreenRegion
    Dim value As Integer
     
    value = instance.StartColumn
    int StartColumn {get;}
    See Also