Tab Character C# Word 2003 Automation

A

Amrish

Hi All,
What is the code to insert a tab character in Word 2003 Automation using
VSTO2005? for vb it something like

Selection.TypeText Text:=vbTab

Whats the same for C#
 
Top