Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HitTestInformation Class / RangeGroupInfo Property


In This Topic
    RangeGroupInfo Property (HitTestInformation)
    In This Topic
    Gets more detailed hit test information for the range group.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RangeGroupInfo As RangeGroupHitTestInformation
    'Usage
     
    
    Dim instance As HitTestInformation
    Dim value As RangeGroupHitTestInformation
     
    value = instance.RangeGroupInfo
    public RangeGroupHitTestInformation RangeGroupInfo {get;}
    See Also