Click or drag to resize

StylesCollection Replace Method

Replaces the current cell style with the provided style.

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

Parameters

style
Type: Spire.Xls CellStyle
The new cell style to replace the current one.
See Also