Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / IntelliSenseItems.Entry Structure / Value Property


In This Topic
    Value Property (IntelliSenseItems.Entry)
    In This Topic
    Gets the associated value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Object
    'Usage
     
    
    Dim instance As IntelliSenseItems.Entry
    Dim value As Object
     
    value = instance.Value
    public object Value {get;}
    See Also