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


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