ComponentOne Word for UWP
Item Property (RtfCollection)

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

Parameters

index

Property Value

The Word/RTF object.
See Also

Reference

RtfCollection Class
RtfCollection Members