ReplaceEx
Method of IApplication
Description
Replace text in a way similar to interactive search
Parameters
- BSTR strWhat
- BSTR strTo
- eSearchType nType
- eSearchAction nAction
- VARIANT pSearchInStyle
- eSearchResultType nResult
- eFind dwFlags
- eFindEx dwFlagsEx = 0 (optional)
Syntax
JavaScript
Application.ReplaceEx(strWhat, strTo, nType, nAction, pSearchInStyle, nResult, dwFlags, dwFlagsEx);
Visual Basic Script
Application.ReplaceEx strWhat, strTo, nType, nAction, pSearchInStyle, nResult, dwFlags, dwFlagsEx
C++
HRESULT hr = Application.ReplaceEx(strWhat, strTo, nType, nAction, pSearchInStyle, nResult, dwFlags, dwFlagsEx);