Click or drag to resize

StylesCollection Remove Method (CellStyle)

Removes the specified CellStyle from the collection.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Remove(
	CellStyle style
)

Parameters

style
Type: Spire.Xls CellStyle
The CellStyle to remove.
See Also