Click or drag to resize

IStyles Remove Method

Removes style from the collection.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void Remove(
	string styleName
)

Parameters

styleName
Type: System String
Style name to remove.
See Also