Aspose::Cells::IScenario Class Referenceabstract

Represents an individual scenario. More...

Inherits Object.

Public Member Functions

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::IScenarioInputCellCollectionGetIInputCells ()=0
 Gets the input cells of scenario. More...
 

Detailed Description

Represents an individual scenario.

Member Function Documentation

◆ GetComment()

virtual intrusive_ptr<Aspose::Cells::Systems::String> Aspose::Cells::IScenario::GetComment ( )
pure virtual

Gets the comment of scenario.

◆ GetIInputCells()

virtual intrusive_ptr<Aspose::Cells::IScenarioInputCellCollection> Aspose::Cells::IScenario::GetIInputCells ( )
pure virtual

Gets the input cells of scenario.

◆ GetName()

virtual intrusive_ptr<Aspose::Cells::Systems::String> Aspose::Cells::IScenario::GetName ( )
pure virtual

Gets the name of scenario.

◆ GetUser()

virtual intrusive_ptr<Aspose::Cells::Systems::String> Aspose::Cells::IScenario::GetUser ( )
pure virtual

Gets name of user who last changed the scenario.

◆ IsHidden()

virtual bool Aspose::Cells::IScenario::IsHidden ( )
pure virtual

Indicates whether scenario is hidden.

◆ IsLocked()

virtual bool Aspose::Cells::IScenario::IsLocked ( )
pure virtual

Indicates whether scenario is locked for editing when the sheet is protected.

◆ SetComment()

virtual void Aspose::Cells::IScenario::SetComment ( intrusive_ptr< Aspose::Cells::Systems::String >  value)
pure virtual

Sets the comment of scenario.

◆ SetHidden()

virtual void Aspose::Cells::IScenario::SetHidden ( bool  value)
pure virtual

Indicates whether scenario is hidden.

◆ SetLocked()

virtual void Aspose::Cells::IScenario::SetLocked ( bool  value)
pure virtual

Indicates whether scenario is locked for editing when the sheet is protected.

◆ SetName()

virtual void Aspose::Cells::IScenario::SetName ( intrusive_ptr< Aspose::Cells::Systems::String >  value)
pure virtual

Sets the name of scenario.