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