asposecells.api
Class Scenario

Represents an individual scenario.

Property Getters/Setters Summary
methodgetComment()
methodsetComment(value)
           Gets and sets the comment of scenario.
methodgetInputCells()
           Gets the input cells of scenario.
methodisHidden()
methodsetHidden(value)
           Indicates whether scenario is hidden.
methodisLocked()
methodsetLocked(value)
           Indicates whether scenario is locked for editing when the sheet is protected.
methodgetName()
methodsetName(value)
           Gets and sets the name of scenario.
methodgetUser()
           Gets name of user who last changed the scenario.
 

Property Getters/Setters Detail

getComment/setComment : String 

String getComment() / setComment(value)
Gets and sets the comment of scenario.

getName/setName : String 

String getName() / setName(value)
Gets and sets the name of scenario.

getUser : String 

String getUser()
Gets name of user who last changed the scenario.

isHidden/setHidden : boolean 

boolean isHidden() / setHidden(value)
Indicates whether scenario is hidden.

isLocked/setLocked : boolean 

boolean isLocked() / setLocked(value)
Indicates whether scenario is locked for editing when the sheet is protected.

getInputCells : ScenarioInputCellCollection 

ScenarioInputCellCollection getInputCells()
Gets the input cells of scenario.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.