Version

Remove Method (WorkbookStyleCollection)

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

Parameters

style
The style to remove from the collection.

Return Value

True if the style was successfully removed; False if the style was not in the collection.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionstyle is the Normal style.
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