Version

Item(String) Property

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

Parameters

name
The name of the WorksheetTable to get.

Property Value

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

Worksheet 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