C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfListTemplate Class / Item Property

In This Topic
Item Property (RtfListTemplate)
In This Topic
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 Integer _
) As RtfListLevel
 

Parameters

index

Property Value

The Word/RTF list level.
See Also