Version

RemoveAt Method (WorksheetTableCollection)

Removes the WorksheetTable at the specified index.
Syntax
public void RemoveAt( 
   int index,
   bool convertToRange
)

Parameters

index
The 0-based index of the WorksheetTable to remove.
convertToRange
True to apply the table style formatting to the cells
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is less than 0 or greater than or equal to Count.
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