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. |
Property Getters/Setters Detail |
---|
getComment/setComment : String | |
String getComment() / setComment(value) |
getName/setName : String | |
String getName() / setName(value) |
getUser : String | |
String getUser() |
isHidden/setHidden : boolean | |
boolean isHidden() / setHidden(value) |
isLocked/setLocked : boolean | |
boolean isLocked() / setLocked(value) |
getInputCells : ScenarioInputCellCollection | |
ScenarioInputCellCollection getInputCells() |