Hi Team,
Highlighting text in word chart not happening. using following code:
FindReplaceOptions option1 = new FindReplaceOptions();
option1.ApplyFont.HighlightColor = System.Drawing.Color.Yellow;
option1.FindWholeWord…...Color.Yellow; option1.FindWholeWordsOnly...RegexOptions.IgnoreCase); doc .Range.Replace(regx, "", option1); Sample...