Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(index) | |
Gets the |
||
function | get(cellName) | |
Gets the |
Method Summary | ||
---|---|---|
function | add(column) | |
Adds a vertical page break to the collection.
|
||
function | add(row, column) | |
Adds a vertical page break to the collection.
|
||
function | add(startRow, endRow, column) | |
Adds a vertical page break to the collection.
|
||
function | add(value) | |
Reserved for internal use. |
||
function | add(cellName) | |
Adds a vertical page break to the collection.
|
||
function | clear() | |
function | contains(value) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
Removes the VPageBreak element at a specified name.
|
function getCount()
function get(index)
index
- The zero based index of the element.function get(cellName)
cellName
- Cell name.function add(startRow, endRow, column)
startRow: Number
- Start row index, zero based.endRow: Number
- End row index, zero based.column: Number
- Column index, zero based.function add(column)
column: Number
- Cell column index, zero based.function add(row, column)
row: Number
- Cell row index, zero based.column: Number
- Cell column index, zero based.function add(cellName)
cellName: String
- Cell name.function removeAt(index)
index: Number
- Element index, zero based.function clear()
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)