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

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

    Parameters

    match
    See Also