ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfSection Class / Contains Method
The Word/RTF object.

In This Topic
    Contains Method (RtfSection)
    In This Topic
    Determines whether the object is located within the section.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal obj As RtfObject _
    ) As System.Boolean
    public System.bool Contains( 
       RtfObject obj
    )

    Parameters

    obj
    The Word/RTF object.

    Return Value

    true if contains, otherwise false.
    See Also