Spread WinForms 15
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

Property Value

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