constants FindOptionEnum
Specifies the options for the Find method.

NameValueDescription
exSearchDown0 Searches the string down to the cursor position
exSearchUp1 Searches the string up to the cursor position
exMatchWholeWordOnly2 The string being searched needs to match the exactly word
exMatchCase4 The searching is case sensitive
exReplaceFile8 Finds and replaces the string within the file.