java.lang.ObjectCollectionBase
com.aspose.cells.ScenarioCollection
public class ScenarioCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getActiveIndex() | |
void | setActiveIndex(int value) | |
Gets and sets which scenario is selected. | ||
int | getCount() | → inherited from CollectionBase |
int | getLastSelected() | |
void | setLastSelected(int value) | |
Indicates which scenario was last selected by the user to be run/shown. | ||
Scenario | get(int index) | |
Gets the |
Method Summary | ||
---|---|---|
int | add(java.lang.Object value) | → inherited from CollectionBase |
Reserved for internal use. | ||
int | add(java.lang.String name) | |
Adds a scenario. | ||
void | clear() | → inherited from CollectionBase |
boolean | contains(java.lang.Object value) | → inherited from CollectionBase |
Reserved for internal use. | ||
java.lang.Object | get(int index) | → inherited from CollectionBase |
Reserved for internal use. | ||
int | indexOf(java.lang.Object value) | → inherited from CollectionBase |
Reserved for internal use. | ||
java.util.Iterator | iterator() | → inherited from CollectionBase |
void | removeAt(int index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getActiveIndex/setActiveIndex | |
public int getActiveIndex() / public void setActiveIndex(int value) |
getLastSelected/setLastSelected | |
public int getLastSelected() / public void setLastSelected(int value) |
getCount | → inherited from CollectionBase |
public int getCount() |
get | |
public Scenario get(int index) |
index
- The specific index in the list.Method Detail |
---|
add | |
public int add(java.lang.String name) |
name
- The name of scenario.clear | → inherited from CollectionBase |
public void clear() |
removeAt | → inherited from CollectionBase |
public void removeAt(int index) |
iterator | → inherited from CollectionBase |
public java.util.Iterator iterator() |
get | → inherited from CollectionBase |
public java.lang.Object get(int index) |
contains | → inherited from CollectionBase |
public boolean contains(java.lang.Object value) |
add | → inherited from CollectionBase |
public int add(java.lang.Object value) |
indexOf | → inherited from CollectionBase |
public int indexOf(java.lang.Object value) |