ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfParamCollection Class / IndexOf Method
The name of the parameter.

In This Topic
    IndexOf Method (RtfParamCollection)
    In This Topic
    Returns the index in the collection of the Word/RTF object at name.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal name As String _
    ) As Integer
    public int IndexOf( 
       string name
    )

    Parameters

    name
    The name of the parameter.

    Return Value

    The index of the object with name into this collection.
    See Also