ComponentOne Word for UWP
Item Property (RtfRowCollection)

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

Parameters

index

Property Value

The Word/RTF table row.
See Also

Reference

RtfRowCollection Class
RtfRowCollection Members