Property Getters/Setters Summary | ||
---|---|---|
method | getComment() | |
method | setComment(value) | |
Gets and sets the comment of scenario. | ||
method | getInputCells() | |
Gets the input cells of scenario.
|
||
method | isHidden() | |
method | setHidden(value) | |
Indicates whether scenario is hidden. | ||
method | isLocked() | |
method | setLocked(value) | |
Indicates whether scenario is locked for editing when the sheet is protected. | ||
method | getName() | |
method | setName(value) | |
Gets and sets the name of scenario. | ||
method | getUser() | |
Gets name of user who last changed the scenario.
|
String getComment() / setComment(value)
String getName() / setName(value)
String getUser()
boolean isHidden() / setHidden(value)
boolean isLocked() / setLocked(value)
ScenarioInputCellCollection getInputCells()