Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the |
||
method | get(text) | |
Gets the |
Method Summary | ||
---|---|---|
method | add(value) | |
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 referred, we only set Name.ReferTo as null and hide them.
|
||
method | contains(value) | |
Reserved for internal use. |
||
method | filter(type, sheetIndex) | |
Gets all defined name by scope.
|
||
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
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.
|
int getCount()
Name get(index)
index
- The zero based index of the element.Name get(text)
text
- Name text.int add(text)
text: String
- The text to use as the name.Name[] filter(type, sheetIndex)
type: int
- A sheetIndex: int
-
The sheet index.
Only effects when scope type is remove(names)
names: String[]
- The names' text.remove(text)
text: String
- The name text.removeAt(index)
index: int
- index of the Name to be removed.clear()
removeDuplicateNames()
sort()
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)