Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / HitTestInfo Structure / Value Property


In This Topic
    Value Property (HitTestInfo)
    In This Topic
    Gets the corresponding numeric value of the hit test.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Integer
    'Usage
     
    
    Dim instance As HitTestInfo
    Dim value As Integer
     
    value = instance.Value
    public int Value {get;}
    See Also