Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(index) | |
Gets |
||
function | get(name) | |
Gets |
Method Summary | ||
---|---|---|
function | add(sheet) | |
Adds module for a worksheet.
|
||
function | add(type, name) | |
Adds module.
|
||
function | add(value) | |
Reserved for internal use. |
||
function | addDesignerStorage(name, data) | |
function | clear() | |
function | contains(value) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | getDesignerStorage(name) | |
Represents the data of Designer.
|
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | remove(sheet) | |
Removes module for a worksheet.
|
||
function | remove(name) | |
Remove the module by the name
|
||
function | removeAt(index) | |
function getCount()
function get(index)
function get(name)
function addDesignerStorage(name, data)
name: String
- data: byte[]
- function getDesignerStorage(name)
function add(sheet)
sheet: Worksheet
- The worksheetfunction add(type, name)
type: Number
- A name: String
- The name of module.function remove(sheet)
sheet: Worksheet
- The worksheetfunction remove(name)
name: String
- function clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)