ComponentOne Word for UWP
Item Property (RtfShapeCollection)

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

Parameters

index

Property Value

The Word/RTF shape.
See Also

Reference

RtfShapeCollection Class
RtfShapeCollection Members