Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidation 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 Overridable Function GetSuggestionList( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) As DataValidationSuggestionList
    'Usage
     
    
    Dim instance As DataValidation
    Dim row As Integer
    Dim column As Integer
    Dim value As DataValidationSuggestionList
     
    value = instance.GetSuggestionList(row, column)
    public virtual DataValidationSuggestionList GetSuggestionList( 
       int row,
       int 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