2.8.2.10 GetAppVersion 方法
功能描述:
获取客户端安装的默认Office版本。
调用格式:
eWebOffice1.GetAppVersion (s_FileType) |
方法参数:
参数名 |
类型 |
可选/必填 |
描述 |
s_FileType |
String |
必填 |
s_FileType : 文件类型,如"doc"、"xls"、"wps"、"et"等 |
返回值:
类型 |
描述 |
String |
返回版本号。 |
调用示例:
Var s_Version = eWebOffice1.GetAppVersion("doc"); |