Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLCommentCollection Class / RemoveAt Method
Index of the object to remove from the collection.

In This Topic
    RemoveAt Method (XLCommentCollection)
    In This Topic
    Removes an XLComment object at a specific position from the collection.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    Index of the object to remove from the collection.
    See Also