111,120
社区成员
发帖
与我相关
我的任务
分享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;