Excel for WinRT
Remove Method (XLCommentCollection)


The XLComment object to remove from the collection.
Removes an XLComment object from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal comment As XLComment _
) 
'Usage
 
Dim instance As XLCommentCollection
Dim comment As XLComment
 
instance.Remove(comment)
public void Remove( 
   XLComment comment
)

Parameters

comment
The XLComment object to remove from the collection.
See Also

Reference

XLCommentCollection Class
XLCommentCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback