RemoveAt Method (XLCommentCollection)
Removes an
XLComment object at a specific position from the collection.
public void RemoveAt(
System.int
)
'Declaration
Public Sub RemoveAt( _
ByVal As System.Integer _
)
Parameters
- index
- Index of the object to remove from the collection.