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


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