Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.SearchDirection enum
- Package:
- excel
Specifies the search direction.
Remarks
Used by
Examples
// Link to full sample: https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/excel/42-range/range-find.yaml
searchDirectionToggle = searchDirectionToggle === Excel.SearchDirection.forward ? Excel.SearchDirection.backwards : Excel.SearchDirection.forward;
console.log("Search direction = " + searchDirectionToggle);
Fields
| backwards = "Backwards" | Search in reverse order. |
| forward = "Forward" | Search in forward order. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins
Feedback
Was this page helpful?
