Version

Remove Method (CustomTableStyleCollection)

Removes the specified WorksheetTableStyle from the collection.
Syntax
public bool Remove( 
   WorksheetTableStyle style
)

Parameters

style
The table style to remove from the collection.

Return Value

True if the style was in the collection and therefore removed; False otherwise.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionstyle is null.
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