Winnovative Excel Library

ExcelCellStylesCollection.RemoveStyle Method

Winnovative Excel Library Documentation
Removes the style with the specified name from collection.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void RemoveStyle(
	string styleName
)

Parameters

styleName
Type: System.String
The name of the style to be removed.
See Also

Reference