Version

SheetIndex Property

Gets the zero-based index of this sheet in its parent Workbook.Sheets collection.
Syntax
public int SheetIndex {get;}

Property Value

The zero-based index of this sheet in its parent Sheets collection.
Remarks

Negative one indicates the sheet has been removed from its parent 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