ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.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 String _
    ) 
    public void Remove( 
       string name
    )

    Parameters

    name
    The name of the parameter.
    See Also