ComponentOne Word for UWP
Item Property (RtfListTable)

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

Parameters

index

Property Value

The Word/RTF list table item.
See Also

Reference

RtfListTable Class
RtfListTable Members