Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DropDownItemCollection Class / Find Method

In This Topic
    Find Method (DropDownItemCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Find( _
       ByVal match As System.Predicate(Of DropDownItem) _
    ) As DropDownItem
    public DropDownItem Find( 
       System.Predicate<DropDownItem> match
    )

    Parameters

    match
    See Also