Click or drag to resize

XlsWorkbook Replace Method (String, Int32 , Boolean)

Replaces specified string by data from array.

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
String value to replace.
newValues
Type: System Int32
Array of new values.
isVertical
Type: System Boolean
Indicates whether array should be inserted vertically.

Implements

IWorkbook Replace(String, Int32 , Boolean)
See Also