ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfListOverrideTable Class / Item Property

In This Topic
    Item Property (RtfListOverrideTable)
    In This Topic
    Gets or sets the Word/RTF list override at the specified index within the collection.
    Syntax
    'Declaration
     
    Public Shadows Default Property Item( _
       ByVal index As Integer _
    ) As RtfListOverride
    public new RtfListOverride this[ 
       int index
    ]; {get; set;}

    Parameters

    index

    Property Value

    The Word/RTF list override object.
    See Also