Version

Sheets Property

Gets the collection of sheets in the workbook.
Syntax
public SheetCollection Sheets {get;}

Property Value

The collection of worksheets in the workbook.
Remarks

Use WindowOptions.SelectedSheet to set the selected sheet. The selected sheet is the sheet seen when the workbook is opened in Microsoft Excel.

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