MindFusion.Wpf Pack Programmer's Guide
FindReplaceForm Members
Constructors Properties Methods Events
 


Represents a form that can be used to find and/or replace texts matching a specified criteria.

The following tables list the members exposed by the FindReplaceForm type.

 Public Constructors

  Name Description

FindReplaceForm

Initializes a new instance of the FindReplaceForm class.

 Public Properties

  Name Description

CurrentCell

Gets or set the cell to start the search from.

Find

Gets or sets the text to find.

FindWithin

Gets or sets the target of the search - the referenced worksheet or the entire workbook.

LookIn

Gets or sets the search order - horizontal or vertical.

MatchCase

Gets or sets a value indicating whether the search should be case-sensitive.

Replace

Gets or sets the text to replace with.

SearchOrder

Gets or sets a value specifying whether to search in the cell's formula or value.

WholeCells

Gets or sets a value indicating whether to match entire cells only.

 Public Methods

  Name Description

InitializeComponent

Performs initialization.

ShowDialog

Opens this form using the specified window as an owner.

 Protected Methods

  Name Description

OnCellActivated

Raises the CellActivated event.

OnCellFound

Raises the CellFound event.

 Public Events

  Name Description

CellActivated

Raised when the user clicks on an entry in the result list.

CellFound

Raised when the user finds a cell.

PropertyChanged

INotifyPropertyChanged.PropertyChanged implementation.

 See Also

FindReplaceForm Class
MindFusion.Spreadsheet.Wpf.StandardForms Namespace