Specifies the direction of find and replace operations.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
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