ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfColorCollection Class / Item Property

In This Topic
    Item Property (RtfColorCollection)
    In This Topic
    Gets or sets the RTF color at the specified index within the collection.
    Syntax
    'Declaration
     
    Public Shadows Default Property Item( _
       ByVal index As System.Integer _
    ) As RtfColor
    public new RtfColor this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index

    Property Value

    The RTF color.
    See Also