asposecells.api

Class Scenario

Represents an individual scenario.

Property Getters/Setters Summary
methodgetComment()
method
setComment(value)
           Gets and sets the comment of scenario.
methodgetInputCells()
Gets the input cells of scenario.
methodisHidden()
method
setHidden(value)
           Indicates whether scenario is hidden.
methodisLocked()
method
setLocked(value)
           Indicates whether scenario is locked for editing when the sheet is protected.
methodgetName()
method
setName(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.