VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet Namespace / SpreadsheetFindReplace Class / CellReplace(WorksheetEditor,CellReference,String) Method
Syntax Requirements SeeAlso
In This Topic
    CellReplace(WorksheetEditor,CellReference,String) Method (SpreadsheetFindReplace)
    In This Topic
    Replaces the Text to replaceText in cell formula that is located at cellReference.
    Syntax

    Parameters

    worksheetEditor
    The worksheet editor.
    cellReference
    The cell reference.
    replaceText
    The replace text.

    Return Value

    True if text is replaced successfully; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also