ComponentOne Word for UWP
Item Property (RtfListOverrideTable)

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfListOverrideTable Class : Item Property
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 System.Integer _
) As RtfListOverride
public new RtfListOverride this[ 
   System.int index
]; {get; set;}

Parameters

index

Property Value

The Word/RTF list override object.
See Also

Reference

RtfListOverrideTable Class
RtfListOverrideTable Members