Click or drag to resize

XlsWorkbook Replace Method (String, DataColumn, Boolean)

Replaces specified string by data column values.

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,
	DataColumn newValues,
	bool isFieldNamesShown
)

Parameters

oldValue
Type: System String
String value to replace.
newValues
Type: System.Data DataColumn
Data table with new data.
isFieldNamesShown
Type: System Boolean
Indicates whether field name must be shown.

Implements

IWorkbook Replace(String, DataColumn, Boolean)
See Also