Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / RwinDefinedEventArgs Class / Row Property


In This Topic
    Row Property (RwinDefinedEventArgs)
    In This Topic
    Gets the row location.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As RwinDefinedEventArgs
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}
    See Also