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


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