ComponentOne Word for UWP
Item Property (RtfCellCollection)

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

Parameters

index

Property Value

The RTF cell.
See Also

Reference

RtfCellCollection Class
RtfCellCollection Members