[]
        
(Showing Draft Content)

C1.Excel.XLCommentCollection.IndexOf

IndexOf Method

IndexOf(XLComment)

Gets the index of a specific XLComment object in the collection.

Declaration
public int IndexOf(XLComment comment)
Parameters
Type Name Description
XLComment comment

The XLComment object to look for.

Returns
Type Description
int

The position of the object in the collection, or -1 if the object is not a member of the collection.