MindFusion.Wpf Pack Programmer's Guide
SearchDirection Enumeration
See Also
 





Specifies the direction of find and replace operations.

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

 Syntax

C#  Copy Code

public enum SearchDirection

Visual Basic  Copy Code

Public Enum SearchDirection

 Members

  Member name Description

Backward

Indicates that the operation should proceed to the previous cell.

Forward

Indicates that the operation should proceed to the next cell.

 See Also

MindFusion.Spreadsheet.Wpf Namespace