Version

Item(String) Property

Gets the sheet with the specified name.
Syntax
public Sheet Item( 
   string name
) {get;}

Parameters

name
The name of the sheet to get.

Property Value

The sheet with the specified name.
Exceptions
ExceptionDescription
System.InvalidOperationException A sheet with the specified name does not exist in the collection.
Remarks

Sheet names are compared case-insensitively.

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