ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfCollection Class / Contains Method
The Word/RTF object.

In This Topic
    Contains Method (RtfCollection)
    In This Topic
    Determines whether the Word/RTF object is located within the collection.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal obj As RtfObject _
    ) As Boolean
    public bool Contains( 
       RtfObject obj
    )

    Parameters

    obj
    The Word/RTF object.

    Return Value

    true if contains, otherwise false.
    See Also