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

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

    Parameters

    match
    See Also