ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / HitTestInfo Class / Row Property

In This Topic
    Row Property (HitTestInfo)
    In This Topic
    Gets the index of the row at the specified location.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Row As Integer
    public int Row {get;}
    Remarks
    If there is no row at the specified location, this property returns -1.
    See Also