Click or drag to resize

XlsWorkbook Replace Method (String, Double)

Replaces specified string by specified value.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Replace(
	string oldValue,
	double newValue
)

Parameters

oldValue
Type: System String
String value to replace.
newValue
Type: System Double
New value for the range with specified string.

Implements

IWorkbook Replace(String, Double)
See Also