RemoveAt Method (RtfCollection)
In This Topic
Removes the item at the specified index within the collection.
Syntax
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
public void RemoveAt(
int
)
Parameters
- index
- The specified index of the Wird/RTF object.
See Also