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