_Workbook.Windows 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 Windows 集合,该集合代表指定工作簿中的所有窗口。 Windows 对象,只读。
public:
property Microsoft::Office::Interop::Excel::Windows ^ Windows { Microsoft::Office::Interop::Excel::Windows ^ get(); };
public Microsoft.Office.Interop.Excel.Windows Windows { get; }
Public ReadOnly Property Windows As Windows
属性值
注解
此属性返回的集合中既包括可见窗口,也包括隐藏窗口。