2.5.1.11 ExecuteButtonById 方法
功能描述:
执行指定Office按钮的方法,根据按钮ID。
调用格式:
eWebOffice1.ExecuteButtonById(s_ToolbarName, l_ButtonId) |
方法参数:
参数名 |
类型 |
可选/必填 |
描述 |
s_ToolbarName |
String |
必填 |
工具栏名称 |
l_ButtonId |
Long |
必填 |
要执行的按钮ID |
返回值:
类型 |
描述 |
Boolean |
true表示成功,false表示失败 |
调用示例:
eWebOffice1.ExecuteButtonById ("Standard",1714); //点击文档结构图 |