ComponentOne Word for UWP
RemoveAt Method (RtfCollection)

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfCollection Class : RemoveAt Method
The specified index of the Wird/RTF object.
Removes the item at the specified index within the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

index
The specified index of the Wird/RTF object.
See Also

Reference

RtfCollection Class
RtfCollection Members