Excel for WinRT
Contains Method (XLCommentCollection)


The XLComment object to look for.
Checks whether the collection contains a specific XLComment object.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal comment As XLComment _
) As System.Boolean
'Usage
 
Dim instance As XLCommentCollection
Dim comment As XLComment
Dim value As System.Boolean
 
value = instance.Contains(comment)
public System.bool Contains( 
   XLComment comment
)

Parameters

comment
The XLComment object to look for.

Return Value

True if the collection contains the comment, false otherwise.
See Also

Reference

XLCommentCollection Class
XLCommentCollection Members

 

 


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

Product Support Forum  |  Documentation Feedback