[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IScenarios

IScenarios Interface

Represents the collection of IScenario objects in the worksheet.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface IScenarios : IEnumerable
Public Interface IScenarios
    Inherits IEnumerable

Properties

Name Description
Count

Returns the number of objects in the collection.

this[int]

Gets the scenario using the index.

this[string]

Gets the scenario using the name.

Methods

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

Creates a new scenario and adds it to the list of scenarios in the current worksheet.