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


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