[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IScenarios

IScenarios Interface

表示指定工作表上 IScenario 对象的集合。

Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public interface IScenarios : IEnumerable

Properties

Name Description
Count

返回集合中对象的数量。

this[int]

通过索引获取方案。

this[string]

通过名称获取方案。

Methods

Name Description
Add(string, IRange, List<object>, string, bool, bool)

创建一个新方案并将其添加到当前工作表的方案列表中。