Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Articles Namespace / ThreadArticleBeadCollection Class / RemoveAt Method
The zero-based index of the element to remove.

In This Topic
    RemoveAt Method (ThreadArticleBeadCollection)
    In This Topic
    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