Version

RemoveAt Method (WorksheetDataTableCollection)

Removes the data table at the specified index from the collection.
Syntax
public void RemoveAt( 
   int index
)

Parameters

index
The zero-based index of the data table to remove from 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