System.int Replace( System.object what, System.object replacement, ReplaceOptions options )
Parameters
- what
- The string you want to search for.
- replacement
- The replacement string.
- options
- The replace options.
Return Value
Number of cells that was replaced.