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.
|
function getComment() / function setComment(value)
function getName() / function setName(value)
function getUser()
function isHidden() / function setHidden(value)
function isLocked() / function setLocked(value)
function getInputCells()