WinWordControl

Nov 24 2005 6:00 AM

Hi,
 
I am using WinWordConrol in my C# project.
I want to HighLigt a particular selected text in my document but Word.Document
object does not have any option for HighLight property.
It is possible by using Shading property but i dont want to use Shading property.

doc.Application.Selection.Shading.ForegroundPatternColorIndex=ColorIndex;

where doc is Word.Document object.

Is there any way by which i can use HighLigth.