Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupHitTestInformation Class / RowIndex Property


In This Topic
    RowIndex Property (RangeGroupHitTestInformation)
    In This Topic
    Gets the row location referred to in an outline (range group).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowIndex As Integer
    'Usage
     
    
    Dim instance As RangeGroupHitTestInformation
    Dim value As Integer
     
    value = instance.RowIndex
    public int RowIndex {get;}
    See Also