aspose.cells

Class Scenario

Represents an individual scenario.

Property Getters/Setters Summary
functiongetComment()
function
setComment(value)
           Gets and sets the comment of scenario.
functiongetInputCells()
Gets the input cells of scenario.
functionisHidden()
function
setHidden(value)
           Indicates whether scenario is hidden.
functionisLocked()
function
setLocked(value)
           Indicates whether scenario is locked for editing when the sheet is protected.
functiongetName()
function
setName(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.