Click or drag to resize

XlsRange Replace Method (String, String)

Replaces cells' values with new data.

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,
	string newValue
)

Parameters

oldValue
Type: System String
Value to search for.
newValue
Type: System String
The replacement value.
See Also