Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / HitTestInformation Class / HitTestType Property


In This Topic
    HitTestType Property
    In This Topic
    Gets the general area referred to in the spreadsheet.
    Syntax
    'Declaration
     
    Public ReadOnly Property HitTestType As HitTestType
    'Usage
     
    Dim instance As HitTestInformation
    Dim value As HitTestType
     
    value = instance.HitTestType
    public HitTestType HitTestType {get;}
    See Also