1、文件中包含了不支持ProtectedView模式的宏或ActiveX控件。2、文件中包含了链接到其他文件或外部数据源的内容,而这些链接在ProtectedView模式下无法正常工作。3、文件中包含了自定义的XML标记或自定义的样式,而ProtectedView模式下无法正常解析这些标记或样式。4、文件中包含了使用了新的Excel功能或格式的...
更新:问题找到了,是因为“protected view”模式:“当您打开在Excel中从互联网上下载的2010年工作簿,...
ProtectedViewWindow 对象的集合,这些对象表示当前在应用程序中打开的所有受保护的视图窗口。备注使用Application 对象的 ProtectedViewWindows 属性可返回 ProtectedViewWindows 集合。示例下面的代码示例显示打开的“受保护的视图”窗口数。VB 复制 MsgBox "There are " & ProtectedViewWindows.Count & _ " Protected ...
Excel) (ProtectedViewWindow.Caption 属性 项目 2023/04/07 本文内容 语法 示例 返回或设置一个Variant值,该值代表“受保护的视图”窗口的标题栏中显示的名称。 读/写。 语法 表达式。标题 表达一个代表ProtectedViewWindow对象的变量。 示例 下面的代码示例显示活动“受保护的视图”窗口 (Caption属性) 的名称。
(Excel) 的 ProtectedViewWindows.Parent 屬性發行項 2023/04/07 5 位參與者 意見反應 傳回指定物件的父物件。 唯讀。語法運算式。父母表達 代表ProtectedViewWindows 物件的 變數。支援和意見反應有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA ...
有关如何对Application对象使用事件过程的详细信息,请参阅将事件与 Application 对象配合使用。 VB复制 PrivateSubApp_ProtectedViewWindowOpen(ByValPvwAsProtectedViewWindow) MsgBox"You are opening the following workbook in Protected View: "_ & Pvw.CaptionEndSub ...
Learn more about the Microsoft.Office.Interop.Excel.IProtectedViewWindows.Count in the Microsoft.Office.Interop.Excel namespace.
仅供内部使用。 C# 复制 [System.Runtime.InteropServices.Guid("000244CD-0001-0000-C000-000000000046")] public interface IProtectedViewWindow 属性 GuidAttribute 属性 展开表 _Default 仅供内部使用。 Caption 仅供内部使用。 EnableResize 仅供内部使用。 Height 仅供内部使用。 Left 仅供内部使用。 SourceName...
获取一个 ProtectedViewWindows 集合,该集合表示在应用程序中打开的所有受保护的视图窗口。 C# 复制 public Microsoft.Office.Interop.Excel.ProtectedViewWindows ProtectedViewWindows { get; } 属性值 ProtectedViewWindows 一个ProtectedViewWindows 集合,表示在应用程序中打开的所有受保护的视图窗口。 注解 此...
Learn more about the Microsoft.Office.Interop.Excel.IProtectedViewWindows.Open in the Microsoft.Office.Interop.Excel namespace.