Inherits Object.
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetComment ()=0 |
| Gets the comment of scenario. More...
|
|
virtual void | SetComment (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Sets the comment of scenario. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetName ()=0 |
| Gets the name of scenario. More...
|
|
virtual void | SetName (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Sets the name of scenario. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetUser ()=0 |
| Gets name of user who last changed the scenario. More...
|
|
virtual bool | IsHidden ()=0 |
| Indicates whether scenario is hidden. More...
|
|
virtual void | SetHidden (bool value)=0 |
| Indicates whether scenario is hidden. More...
|
|
virtual bool | IsLocked ()=0 |
| Indicates whether scenario is locked for editing when the sheet is protected. More...
|
|
virtual void | SetLocked (bool value)=0 |
| Indicates whether scenario is locked for editing when the sheet is protected. More...
|
|
virtual intrusive_ptr< Aspose::Cells::IScenarioInputCellCollection > | GetIInputCells ()=0 |
| Gets the input cells of scenario. More...
|
|
Represents an individual scenario.