Version

IndexOf Method (SheetCollection)

Gets the index of the specified sheet in the collection.
Syntax
public int IndexOf( 
   Sheet sheet
)

Parameters

sheet
The sheet of which to get the index.

Return Value

The index of the specified sheet 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