CustomView 接口

定义

代表自定义工作簿视图。

public interface class CustomView
[System.Runtime.InteropServices.Guid("00024423-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface CustomView
Public Interface CustomView
属性

注解

CustomView 对象是 集合的成员CustomViews

使用 CustomViews (index) (其中 index 是自定义视图的名称或索引号)返回 CustomView 对象。

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。

Creator

返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。

Name

返回的对象的名称。

Parent

返回指定对象的父对象。

PrintSettings

如果在自定义视图中包含打印设置,则该属性值为 True

RowColSettings

如果自定义视图包括对隐藏行和隐藏列(包括筛选信息)的设置,则该属性值为 True

方法

Delete()

删除对象。

Show()

显示自定义视图。

适用于