ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.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