Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void Replace(
	string oldValue,
	DataTable newValues,
	bool columnHeaders
)
Public Sub Replace ( 
	oldValue As String,
	newValues As DataTable,
	columnHeaders As Boolean
)
public:
virtual void Replace(
	String^ oldValue, 
	DataTable^ newValues, 
	bool columnHeaders
) sealed
abstract Replace : 
        oldValue : string * 
        newValues : DataTable * 
        columnHeaders : bool -> unit 
override Replace : 
        oldValue : string * 
        newValues : DataTable * 
        columnHeaders : bool -> unit 

Parameters

oldValue
String
newValues
DataTable
columnHeaders
Boolean

Implements

IWorksheet..::..Replace(String, DataTable, Boolean)

See Also