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


In This Topic
    Value Property (DataValidationSuggestionItem)
    In This Topic
    Gets the suggested value for this item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Object
    'Usage
     
    
    Dim instance As DataValidationSuggestionItem
    Dim value As Object
     
    value = instance.Value
    public object Value {get;}

    Property Value

    An object represents the suggested value for this item.
    See Also