Version

Exists Method (WorksheetTableCollection)

Determines whether a WorksheetTable with the specified name is in the collection.
Syntax
public bool Exists( 
   string name
)

Parameters

name
The name of the WorksheetTable to find.

Return Value

True if a WorksheetTable with the specified name is in the collection; False otherwise.
Remarks

Table 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