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