VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet Namespace / SpreadsheetFindReplace Class / ReplaceAll(String) Method
Syntax Requirements SeeAlso
In This Topic
    ReplaceAll(String) Method (SpreadsheetFindReplace)
    In This Topic
    Replaces all occurrences of replaceText in all cells, which contain Text.
    Syntax
    'Declaration
    
    Public Function ReplaceAll( _
    ByVal replaceText
    The replace text.
    As System.String _
    ) As SpreadsheetCellReference[]
    public SpreadsheetCellReference[] ReplaceAll(
    System.String replaceText
    )
    public: SpreadsheetCellReference*[] ReplaceAll(
    System.String replaceText
    )
    public:
    SpreadsheetCellReference^[] ReplaceAll(
    System.String replaceText
    )

    Parameters

    replaceText
    The replace text.

    Return Value

    An array that contains replace results.
    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