Version

Index Property (Worksheet)

Gets the zero-based index of this worksheet in its parent Worksheets collection.
Syntax
public int Index {get;}

Property Value

The zero-based index of this worksheet in its parent Worksheets collection.
Remarks

Negative one indicates the worksheet 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