XlsWorkbook
Replace Method (String, String)
|
Replaces specified string by specified value.
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
)
Public Sub Replace (
oldValue As String,
newValue As String
)
public:
virtual void Replace(
String^ oldValue,
String^ newValue
) sealed
abstract Replace :
oldValue : string *
newValue : string -> unit
override Replace :
oldValue : string *
newValue : string -> unit
Parameters
-
oldValue
-
Type:
System
String
String value to replace.
-
newValue
-
Type:
System
String
New value for the range with specified string.
Implements
IWorkbook
Replace(String, String)
See Also