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


In This Topic
    HeaderInfo Property
    In This Topic
    Gets more detailed hit test information for the headers (column headers, row headers, and corner).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HeaderInfo As HeaderHitTestInformation
    'Usage
     
    
    Dim instance As HitTestInformation
    Dim value As HeaderHitTestInformation
     
    value = instance.HeaderInfo
    public HeaderHitTestInformation HeaderInfo {get;}
    See Also