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


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