Kimono.KReplace.Replace C# (CSharp) Method

Replace() public method

Walk the text fragment (e.g. kwrite line, kspread cell) looking for matches. For each match, if prompt-on-replace is specified, emits the highlight() signal and displays the prompt-for-replace dialog before doing the replace.
public Replace ( ) : KFind.Result
return KFind.Result
        public KFind.Result Replace()
        {
            return (KFind.Result) interceptor.Invoke("replace", "replace()", typeof(KFind.Result));
        }

Same methods

KReplace::Replace ( StringBuilder text, Qyoto.QRegExp pattern, string replacement, int index, long options, int &replacedLength ) : int
KReplace::Replace ( StringBuilder text, string pattern, string replacement, int index, long options, int &replacedLength ) : int