MindFusion.Wpf Pack Programmer's Guide
Workbook.ReplaceAll Method
See Also
 





Replaces the data of all cells matching the specified criteria.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void ReplaceAll (
    string search,
    string replaceWith,
    Worksheet reference,
    FindWithin findWithin,
    bool matchCase,
    bool wholeCells
)

Visual Basic  Copy Code

Public Sub ReplaceAll( _
    search As String, _
    replaceWith As String, _
    reference As Worksheet, _
    findWithin As FindWithin, _
    matchCase As Boolean, _
    wholeCells As Boolean _
)

 Parameters

search

The text to search and replace.

replaceWith

The text to replace with.

reference

The worksheet to search.

findWithin

The target of the replace operation - the specified worksheet or the entire workbook.

matchCase

Specifies whether the search should be case-sensitive.

wholeCells

Specifies whether to match entire cells only.

 See Also

Workbook Members
Workbook Class
MindFusion.Spreadsheet.Wpf Namespace