Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / BuiltInDataValidation Class / GetSuggestionList Method / GetSuggestionList(Int32,Int32) Method
An integer value indicates the context row.
An integer value indicates the context column.


In This Topic
GetSuggestionList(Int32,Int32) Method
In This Topic
Gets the suggestions for possible valid values.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Function GetSuggestionList( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As DataValidationSuggestionList
 
'Usage
 
Dim instance As BuiltInDataValidation
Dim row As Integer
Dim column As Integer
Dim value As DataValidationSuggestionList
 
value = instance.GetSuggestionList(row, column)

Parameters

row
An integer value indicates the context row.
column
An integer value indicates the context column.

Return Value

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