Specifies the direction of find and replace operations.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
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