Inherits CollectionBase.
|
| virtual Aspose::Cells::Systems::Int32 | GetActiveIndex ()=0 |
| | Gets which scenario is selected. More...
|
| |
| virtual void | SetActiveIndex (Aspose::Cells::Systems::Int32 value)=0 |
| | Sets which scenario is selected. More...
|
| |
| virtual Aspose::Cells::Systems::Int32 | GetLastSelected ()=0 |
| | Indicates which scenario was last selected by the user to be run/shown. More...
|
| |
| virtual void | SetLastSelected (Aspose::Cells::Systems::Int32 value)=0 |
| | Indicates which scenario was last selected by the user to be run/shown. More...
|
| |
| virtual intrusive_ptr< Aspose::Cells::IScenario > | GetObjectByIndex (Aspose::Cells::Systems::Int32 index)=0 |
| | Gets the IScenario object by the index. More...
|
| |
| virtual Aspose::Cells::Systems::Int32 | Add (intrusive_ptr< Aspose::Cells::Systems::String > name)=0 |
| | Adds a scenario. More...
|
| |
Represents the list of scenarios.