Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI 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