Click or drag to resize

XlsRange Replace Method (String, Int32 , Boolean)

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,
	int[] newValues,
	bool isVertical
)

Parameters

oldValue
Type: System String
Value to search for.
newValues
Type: System Int32
The replacement value.
isVertical
Type: System Boolean
Indicates whether to insert values vertically or horizontally.
See Also