Excel for WinRT
IndexOf(XLSheet) Method


The object to look for.
Gets the index of a given XLSheet in the collection.
Syntax
'Declaration
 
Public Overloads Function IndexOf( _
   ByVal sheet As XLSheet _
) As System.Integer
'Usage
 
Dim instance As XLSheetCollection
Dim sheet As XLSheet
Dim value As System.Integer
 
value = instance.IndexOf(sheet)
public System.int IndexOf( 
   XLSheet sheet
)

Parameters

sheet
The object to look for.

Return Value

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

Reference

XLSheetCollection Class
XLSheetCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback