[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICustomViews

ICustomViews Interface

自定义工作簿视图的集合。

Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public interface ICustomViews : IEnumerable<ICustomView>, IEnumerable

Properties

Name Description
Count

返回集合中的对象数量(只读)。

this[string]

使用名称获取自定义工作簿视图。

Methods

Name Description
Add(string, bool, bool)

创建一个新的自定义视图。