Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the |
||
method | get(text) | |
Gets the |
Method Summary | ||
---|---|---|
method | add(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | add(text) | |
Defines a new name. | ||
method | clear() | |
Remove all defined names which are not referenced by the formulas and data source. If the defined name is refered, we only set Name.ReferTo as null and hide them. | ||
method | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | iterator() | → inherited from CollectionBase |
method | remove(text) | |
Remove the name. | ||
method | remove(names) | |
Remove an array of name | ||
method | removeAt(index) | |
Remove the name at the specific index. | ||
method | removeDuplicateNames() | |
Remove the duplicate defined names | ||
method | sort() | |
Sorts defined names. |
Property Getters/Setters Detail |
---|
getCount : int | |
int getCount() |
get : Name | |
Name get(index) |
index
- The zero based index of the element.get : Name | |
Name get(text) |
text
- Name text.Method Detail |
---|
add | |
int add(text) |
text: String
- The text to use as the name.remove | |
remove(names) |
names: String[]
- The names' text.remove | |
remove(text) |
text: String
- The name text.removeAt | |
removeAt(index) |
index: int
- index of the Name to be removed.clear | |
clear() |
removeDuplicateNames | |
removeDuplicateNames() |
sort | |
sort() |
iterator | |
Iterator iterator() |
get | |
Object get(index) |
contains | |
boolean contains(value) |
add | |
int add(value) |
indexOf | |
int indexOf(value) |