Excel for WPF and Silverlight
RemoveAt Method (XLCommentCollection)

C1.WPF.Excel Namespace > XLCommentCollection Class : RemoveAt Method
Index of the object to remove from the collection.
Removes an XLComment object at a specific position from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

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

Reference

XLCommentCollection Class
XLCommentCollection Members