[]
        
(Showing Draft Content)

C1.Excel.XLCommentCollection.Contains

Contains Method

Contains(XLComment)

Checks whether the collection contains a specific XLComment object.

Declaration
public bool Contains(XLComment comment)
Parameters
Type Name Description
XLComment comment

The XLComment object to look for.

Returns
Type Description
bool

True if the collection contains the comment, false otherwise.