Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.SearchCriteria interface
- Package:
- excel
Represents the search criteria to be used.
Properties
| completeMatch | Specifies if the match needs to be complete or partial. A complete match matches the entire contents of the cell. A partial match matches a substring within the content of the cell (e.g., |
| matchCase | Specifies if the match is case-sensitive. Default is |
| searchDirection | Specifies the search direction. Default is forward. See |
Property Details
completeMatch
Specifies if the match needs to be complete or partial. A complete match matches the entire contents of the cell. A partial match matches a substring within the content of the cell (e.g., cat partially matches caterpillar and scatter). Default is false (partial).
completeMatch?: boolean;
Property Value
boolean
Remarks
matchCase
Specifies if the match is case-sensitive. Default is false (case-insensitive).
matchCase?: boolean;
Property Value
boolean
Remarks
searchDirection
Specifies the search direction. Default is forward. See Excel.SearchDirection.
searchDirection?: Excel.SearchDirection | "Forward" | "Backwards";
Property Value
Excel.SearchDirection | "Forward" | "Backwards"
Remarks
Office Add-ins
Feedback
Was this page helpful?
