XlsRange
Replace Method (String, String)
|
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,
string newValue
)
Public Sub Replace (
oldValue As String,
newValue As String
)
public:
void Replace(
String^ oldValue,
String^ newValue
)
member Replace :
oldValue : string *
newValue : string -> unit
Parameters
-
oldValue
-
Type:
System
String
Value to search for.
-
newValue
-
Type:
System
String
The replacement value.
See Also