Documents for PDF, .NET Edition Documentation
RemoveAt Method (ThreadArticleBeadCollection)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.Articles Namespace > ThreadArticleBeadCollection Class : RemoveAt Method
The zero-based index of the element to remove.
Removes the element at the specified index of the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

index
The zero-based index of the element to remove.
See Also

Reference

ThreadArticleBeadCollection Class
ThreadArticleBeadCollection Members