[]
表示指定工作表上 IScenario 对象的集合。
public interface IScenarios : IEnumerable
| Name | Description |
|---|---|
| Count | 返回集合中对象的数量。 |
| this[int] | 通过索引获取方案。 |
| this[string] | 通过名称获取方案。 |
| Name | Description |
|---|---|
| Add(string, IRange, List<object>, string, bool, bool) | 创建一个新方案并将其添加到当前工作表的方案列表中。 |