Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DataValidator Class / GetValidList Method
The evaluator.
The base row.
The base column.


In This Topic
    GetValidList Method
    In This Topic
    Returns the valid data lists if the data validation type is list; otherwise, returns null.
    Syntax
    'Declaration
     
    Public Function GetValidList( _
       ByVal evaluator As ICalcEvaluator, _
       ByVal baseRow As Integer, _
       ByVal baseColumn As Integer _
    ) As Object()
    'Usage
     
    Dim instance As DataValidator
    Dim evaluator As ICalcEvaluator
    Dim baseRow As Integer
    Dim baseColumn As Integer
    Dim value() As Object
     
    value = instance.GetValidList(evaluator, baseRow, baseColumn)
    public object[] GetValidList( 
       ICalcEvaluator evaluator,
       int baseRow,
       int baseColumn
    )

    Parameters

    evaluator
    The evaluator.
    baseRow
    The base row.
    baseColumn
    The base column.

    Return Value

    The valid list.
    See Also