public class ScenarioCollection extends CollectionBase
| Modifier and Type | Method and Description |
|---|---|
int |
add(java.lang.String name)
Adds a scenario.
|
Scenario |
get(int index)
Gets the
Scenario object by the index. |
int |
getActiveIndex()
Gets which scenario is selected.
|
int |
getLastSelected()
Indicates which scenario was last selected by the user to be run/shown.
|
void |
setActiveIndex(int value)
Sets which scenario is selected.
|
void |
setLastSelected(int value)
Indicates which scenario was last selected by the user to be run/shown.
|
public int getActiveIndex()
public void setActiveIndex(int value)
public int getLastSelected()
public void setLastSelected(int value)
public Scenario get(int index)
Scenario object by the index.get in class CollectionBaseindex - The specific index in the list.public int add(java.lang.String name)
name - The name of scenario.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.