Version

Remove Method (WorksheetDataTableCollection)

Removes the specified data table from the collection.
Syntax
public bool Remove( 
   WorksheetDataTable dataTable
)

Parameters

dataTable
The data table to remove from the collection.

Return Value

True if the dataTable was successfully removed; False if the dataTable was not in the collection.
Remarks

Once a data table is removed from the collection, it can no longer be used.

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