aspose.cells
Class Scenario

Represents an individual scenario.

Property Getters/Setters Summary
functiongetComment()
functionsetComment(value)
           Gets and sets the comment of scenario.
functiongetInputCells()
           Gets the input cells of scenario.
functionisHidden()
functionsetHidden(value)
           Indicates whether scenario is hidden.
functionisLocked()
functionsetLocked(value)
           Indicates whether scenario is locked for editing when the sheet is protected.
functiongetName()
functionsetName(value)
           Gets and sets the name of scenario.
functiongetUser()
           Gets name of user who last changed the scenario.
 

Property Getters/Setters Detail

getComment/setComment : String 

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

getName/setName : String 

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

getUser : String 

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

isHidden/setHidden : boolean 

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

isLocked/setLocked : boolean 

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

getInputCells : ScenarioInputCellCollection 

function 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.