Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IRichTextEditor Interface / ShowDataValidationList Method
The string matchs the beginning of data validation's item.


In This Topic
    ShowDataValidationList Method
    In This Topic
    Shows the data validation suggestion drop down list.
    Syntax
    'Declaration
     
    
    Sub ShowDataValidationList( _
       ByVal matchText As String _
    ) 
    'Usage
     
    
    Dim instance As IRichTextEditor
    Dim matchText As String
     
    instance.ShowDataValidationList(matchText)
    void ShowDataValidationList( 
       string matchText
    )

    Parameters

    matchText
    The string matchs the beginning of data validation's item.
    See Also