Version

Worksheets Property

Gets the collection of worksheets in the workbook.
Syntax
public WorksheetCollection Worksheets {get;}

Property Value

The collection of worksheets in the workbook.
Remarks

Use WindowOptions.SelectedWorksheet to set the selected worksheet. The selected worksheet is the worksheet 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