ComponentOne Word for UWP
Item Property (RtfListTemplate)

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfListTemplate Class : Item Property
Gets or sets the Word/RTF list level at the specified index within the collection.
Syntax
'Declaration
 
Public Shadows Default Property Item( _
   ByVal index As System.Integer _
) As RtfListLevel
public new RtfListLevel this[ 
   System.int index
]; {get; set;}

Parameters

index

Property Value

The Word/RTF list level.
See Also

Reference

RtfListTemplate Class
RtfListTemplate Members