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


In This Topic
    InRowBar Property
    In This Topic
    Gets whether the location refers to an outline (range group) row bar area.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InRowBar As Boolean
    'Usage
     
    
    Dim instance As RangeGroupHitTestInformation
    Dim value As Boolean
     
    value = instance.InRowBar
    public bool InRowBar {get;}
    See Also