111,097
社区成员




Word.Table newTable = wordDoc.Tables.Add(range, rows, columns, ref miss, ref miss);//创建表格
wordApp.Selection.ParagraphFormat.Alignment = Word.WdParagraphAlignment.wdAlignParagraphCenter;
Word.Table newTable = wordDoc.Tables.Add(range, rows, columns, ref miss, ref miss);//创建表格
newTable.Select();
wordApp.Selection.ParagraphFormat.Alignment=Word.WdParagraphAlignment.wdAlignParagraphCenter;
newTable.Select();
wordApp.Selection.ParagraphFormat.Alignment = Word.WdParagraphAlignment.wdAlignParagraphCenter;