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


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