Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DataValidationSuggestionList Class / Match Method


In This Topic
    Match Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function Match( _
       ByVal value As Object _
    ) As Integer
    'Usage
     
    
    Dim instance As DataValidationSuggestionList
    Dim value As Object
    Dim value As Integer
     
    value = instance.Match(value)
    public int Match( 
       object value
    )

    Parameters

    value
    See Also