FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridHitTestInfo Class / Row Property

In This Topic
    Row Property (GridHitTestInfo)
    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