Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidation Class / GetSuggestionList Method / GetSuggestionList() Method


In This Topic
GetSuggestionList() Method
In This Topic
Gets the suggestions for possible valid values.
Syntax
'Declaration
 
Public Overloads Function GetSuggestionList() As DataValidationSuggestionList
 
'Usage
 
Dim instance As DataValidation
Dim value As DataValidationSuggestionList
 
value = instance.GetSuggestionList()

Return Value

A DataValidationSuggestionList object represents the suggestions for possible valid values.
See Also