Specifies the order of find and replace operations.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public enum SearchOrder |
Visual Basic
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