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) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | add(cellName) | |
Adds a vertical page break to the collection. | ||
function | clear() | → inherited from CollectionBase |
function | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
function | iterator() | → inherited from CollectionBase |
function | removeAt(index) | |
Removes the VPageBreak element at a specified name. |
Property Getters/Setters Detail |
---|
getCount : Number | |
function getCount() |
get : VerticalPageBreak | |
function get(index) |
index
- The zero based index of the element.get : VerticalPageBreak | |
function get(cellName) |
cellName
- Cell name.Method Detail |
---|
add | |
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.add | |
function add(column) |
column: Number
- Cell column index, zero based.add | |
function add(row, column) |
row: Number
- Cell row index, zero based.column: Number
- Cell column index, zero based.add | |
function add(cellName) |
cellName: String
- Cell name.removeAt | |
function removeAt(index) |
index: Number
- Element index, zero based.clear | |
function clear() |
iterator | |
function iterator() |
get | |
function get(index) |
contains | |
function contains(value) |
add | |
function add(value) |
indexOf | |
function indexOf(value) |