java按钮打开word里的表格_VSTO Word - 在任务窗格中单击按钮时添加表格行

我有一个VSTO项目,单击功能区上的按钮,打开一个带有特定模板的新Word文档,然后使用自定义任务窗格打开它 . 在该窗格上是一个按钮,单击该按钮时,我想在doc模板中存在的表中添加一行 .

目前,我只是在运行时点击任务窗格上的按钮时收到“命令失败”异常 . 这是全班 . 你可以看到我尝试了两种方法,但都失败了:

using System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Drawing;

using System.Data;

using System.Linq;

using System.Text;

using System.Windows.Forms;

using word = Microsoft.Office.Interop.Word;

namespace TestWordAddin2010

{

public partial class NewDescDMtaskPane : UserControl

{

public NewDescDMtaskPane()

{

InitializeComponent();

}

private void addSpare_Click(object sender, EventArgs e)

{

Globals.ThisAddIn.Application.ActiveDocument.Tables[1].Rows.Add(Globals.ThisAddIn.Application.ActiveDocument.Tables[1].Rows[1]); //this doesn't work

//word.Table wordTable = Globals.ThisAddIn.Application.ActiveDocument.Tables[1];

//wordTable.Rows.Add(wordTable.Rows[1]); //neither does this work

}

}

}

任何帮助赞赏 .

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值