Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(index) | |
Gets the |
||
function | get(text) | |
Gets the |
Method Summary | ||
---|---|---|
function | add(value) | |
Reserved for internal use. |
||
function | add(text) | |
Defines a new name.
|
||
function | 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.
|
||
function | contains(value) | |
Reserved for internal use. |
||
function | filter(type, sheetIndex) | |
Gets all defined name by scope.
|
||
function | get(index) | |
Reserved for internal use. |
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | remove(text) | |
Remove the name.
|
||
function | remove(names) | |
Remove an array of name
|
||
function | removeAt(index) | |
Remove the name at the specific index.
|
||
function | removeDuplicateNames() | |
Remove the duplicate defined names
|
||
function | sort() | |
Sorts defined names.
|
function getCount()
function get(index)
index
- The zero based index of the element.function get(text)
text
- Name text.function add(text)
text: String
- The text to use as the name.function filter(type, sheetIndex)
type: Number
- A sheetIndex: Number
-
The sheet index.
Only effects when scope type is function remove(names)
names: String[]
- The names' text.function remove(text)
text: String
- The name text.function removeAt(index)
index: Number
- index of the Name to be removed.function clear()
function removeDuplicateNames()
function sort()
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)