ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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 System.String _
    ) As System.Integer
    public System.int IndexOf( 
       System.string name
    )

    Parameters

    name
    The name of the parameter.

    Return Value

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