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

In This Topic
    Remove Method (RtfParamCollection)
    In This Topic
    Removes the specified Word/RTF object from this collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal name As System.String _
    ) 
    public void Remove( 
       System.string name
    )

    Parameters

    name
    The name of the parameter.
    See Also