ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / HitTestInfo Structure / Row Property

In This Topic
    Row Property (HitTestInfo)
    In This Topic
    Get the index of the row at the point being tested (if the point does not correspond to a cell, it returns -1).
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As Integer
    public int Row {get;}
    See Also