Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / replace Method / replace(Object,Object) Method
The string you want to search for.
The replacement string.
In This Topic
    replace(Object,Object) Method
    In This Topic
    Search in formulas and replace. Using this method doesn't change either the selection or the active cell.
    Syntax
    int replace( 
       java.lang.Object what,
       java.lang.Object replacement
    )

    Parameters

    what
    The string you want to search for.
    replacement
    The replacement string.

    Return Value

    Number of cells that was replaced.
    See Also