ComponentOne Word for WinForms
C1.C1Word.4.8 Assembly / C1.C1Word.Objects Namespace / RtfParamCollection Class / Contains Method
The name of the parameter.

In This Topic
    Contains Method (RtfParamCollection)
    In This Topic
    Determines whether the Word/RTF object is located within the collection.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal name As System.String _
    ) As System.Boolean
    public System.bool Contains( 
       System.string name
    )

    Parameters

    name
    The name of the parameter.

    Return Value

    true if contains, otherwise false.
    See Also