Excel for WinRT
IndexOf Method (XLRowCollection)


Item to look for.
Gets the index of a given XLRow object in the collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal row As XLRow _
) As System.Integer
'Usage
 
Dim instance As XLRowCollection
Dim row As XLRow
Dim value As System.Integer
 
value = instance.IndexOf(row)
public System.int IndexOf( 
   XLRow row
)

Parameters

row
Item to look for.

Return Value

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

Reference

XLRowCollection Class
XLRowCollection Members

 

 


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

Product Support Forum  |  Documentation Feedback