InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / HostField Class / EndColumn Property
Example


In This Topic
    EndColumn Property (HostField)
    In This Topic
    Gets field end column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EndColumn As Integer
    'Usage
     
    
    Dim instance As HostField
    Dim value As Integer
     
    value = instance.EndColumn
    public int EndColumn {get;}
    Example
    private HostField host;
    int EndColumn = host.EndColumn;
    See Also