Version

GetTable Method

Gets the table with the specified name.
Syntax
public WorksheetTable GetTable( 
   string name
)

Parameters

name
The name of the table to get.

Return Value

A WorksheetTable instance if a table exists with the specified name; Otherwise null.
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