Version

RemoveAt Method (CustomTableStyleCollection)

Removes the WorksheetTableStyle at the specified index.
Syntax
public void RemoveAt( 
   int index
)

Parameters

index
The index of the table style to remove.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is less than 0 or greater than or equal to Count.
Remarks

If any WorksheetTable instances in the workbook have their style removed due to this operation, their style will be set to the Workbook.DefaultTableStyle.

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