111,094
社区成员




Object countUse = listOfUse.Count + 2;
object WdLine = Microsoft.Office.Interop.Word.WdUnits.wdLine;
WordApp.Selection.MoveDown(ref WdLine, ref countUse, ref Nothing);
WordApp.Selection.TypeParagraph();