Excel for WinRT
IndexOf Method (XLCommentCollection)


The XLComment object to look for.
Gets the index of a specific XLComment object in the collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal comment As XLComment _
) As System.Integer
'Usage
 
Dim instance As XLCommentCollection
Dim comment As XLComment
Dim value As System.Integer
 
value = instance.IndexOf(comment)
public System.int IndexOf( 
   XLComment comment
)

Parameters

comment
The XLComment object to look for.

Return Value

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

Reference

XLCommentCollection Class
XLCommentCollection Members

 

 


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

Product Support Forum  |  Documentation Feedback