Specifies the order of find and replace operations.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public enum SearchOrder |
Members| Member name | Description | |
|---|---|---|
![]() |
ByColumns |
Indicates that the operation should process columns first, then rows. |
![]() |
ByRows |
Indicates that the operation should process rows first, then columns. |
See Also