c# word 插入表格后想继续插入表格 50
Microsoft.Office.Interop.Word.ApplicationWordApp=newMicrosoft.Office.Interop.Word.App...
Microsoft.Office.Interop.Word.Application WordApp = new Microsoft.Office.Interop.Word.ApplicationClass();
Microsoft.Office.Interop.Word.Document WordDoc = WordApp.Documents.Add(ref Nothing, ref Nothing, ref Nothing, ref Nothing);
Microsoft.Office.Interop.Word.Table newTable = WordDoc.Tables.Add(WordApp.Selection.Range, 10, 6, ref Nothing, ref Nothing); //10行6列
//dtlTable.Columns[1].Width = 40f;
//dtlTable.Columns[2].Width = 300f;
//dtlTable.Columns[3].Width = 40f;
//dtlTable.Columns[4].Width = 40f;
//dtlTable.Columns[5].Width = 45f;
//dtlTable.Columns[5].Width = 45f;
Microsoft.Office.Interop.Word.Table dtlTable = WordDoc.Tables.Add(WordApp.Selection.Range, 3, 5, ref Nothing, ref Nothing); //3行5列
//dtlTable.Columns[1].Width = 40f;
//dtlTable.Columns[2].Width = 300f;
//dtlTable.Columns[3].Width = 40f;
//dtlTable.Columns[4].Width = 40f;
//dtlTable.Columns[5].Width = 45f;
第一个设置列宽后,第二个设置时报错:‘无法访问此集合中单独的列,因为表格有混合的单元格宽度。’原因好像是2个表格写到word里面变成1个了。 展开
Microsoft.Office.Interop.Word.Document WordDoc = WordApp.Documents.Add(ref Nothing, ref Nothing, ref Nothing, ref Nothing);
Microsoft.Office.Interop.Word.Table newTable = WordDoc.Tables.Add(WordApp.Selection.Range, 10, 6, ref Nothing, ref Nothing); //10行6列
//dtlTable.Columns[1].Width = 40f;
//dtlTable.Columns[2].Width = 300f;
//dtlTable.Columns[3].Width = 40f;
//dtlTable.Columns[4].Width = 40f;
//dtlTable.Columns[5].Width = 45f;
//dtlTable.Columns[5].Width = 45f;
Microsoft.Office.Interop.Word.Table dtlTable = WordDoc.Tables.Add(WordApp.Selection.Range, 3, 5, ref Nothing, ref Nothing); //3行5列
//dtlTable.Columns[1].Width = 40f;
//dtlTable.Columns[2].Width = 300f;
//dtlTable.Columns[3].Width = 40f;
//dtlTable.Columns[4].Width = 40f;
//dtlTable.Columns[5].Width = 45f;
第一个设置列宽后,第二个设置时报错:‘无法访问此集合中单独的列,因为表格有混合的单元格宽度。’原因好像是2个表格写到word里面变成1个了。 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏50(财富值+成长值)
若以下回答无法解决问题,邀请你更新回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询