Exemplo n.º 1
0
 /// <summary>
 /// Delete line
 /// </summary>
 /// <param name="count"></param>
 public void Delete(int count)
 {
     try
     {
         object c     = count;
         object oUnit = Word.WdUnits.wdWord;
         CurrentSelection.Delete(ref oUnit, ref c);
     }
     catch
     {
     }
 }