Version

IndexOf Method (WorksheetCollection)

Gets the index of the specified worksheet in the collection.
Syntax
public int IndexOf( 
   Worksheet worksheet
)

Parameters

worksheet
The worksheet of which to get the index.

Return Value

The index of the specified worksheet in the collection.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also