Version

Remove Method (WorksheetTableCollection)

Removes the WorksheetTable from the collection.
Syntax
public bool Remove( 
   WorksheetTable table,
   bool convertToRange
)

Parameters

table
The WorksheetTable to remove from the collection.
convertToRange
True to apply the table style formatting to the cells

Return Value

True if the WorksheetTable was found and removed; False otherwise.
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