Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IScenario Interface
Properties Methods

In This Topic
    IScenario Interface Members
    In This Topic

    The following tables list the members exposed by IScenario.

    Public Properties
     NameDescription
     PropertyReturns a IRange object that represents the changing cells for the scenario. Read-only.  
     Property Returns or sets a String value that represents the comment associated with the scenario.  
     Property Gets or sets a Boolean value that indicates if the scenario is hidden.  
     Property Returns the index number of the object within the collection of similar objects.  
     Property Gets or sets a Boolean value that indicates if the scenario is locked.  
     Property Gets or sets a String value representing the name of the object.  
     Property Returns a list that contains the current values of the changing cells for the scenario. Read-only.  
    Top
    Public Methods
     NameDescription
     Method Changes the scenario to have a new set of changing cells and (optionally) scenario values.  
     Method Deletes the object.  
     Method Shows the scenario by inserting its values on the worksheet. The affected cells are the changing cells of the scenario.  
    Top
    See Also