ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfParamCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Gets or sets the Word/RTF shape parameters.
    Syntax
    'Declaration
     
    Public Overloads Overridable Property Item( _
       ByVal name As System.String _
    ) As System.Object
    public virtual System.object Item( 
       System.string name
    ) {get; set;}

    Parameters

    name
    See Also