ReplaceEx

Method of IApplication

Description

Replace text in a way similar to interactive search

Parameters

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);

See Also

IApplication