Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the field by the index.
|
||
method | get(row, column) | |
Gets the field by row and column index.
|
Method Summary | ||
---|---|---|
method | add(row, column, fieldType, format) | |
Adds a field.
|
||
method | add(value) | |
Reserved for internal use. |
||
method | clear() | |
method | contains(value) | |
Reserved for internal use. |
||
method | get(index) | |
Reserved for internal use. |
||
method | indexOf(value) | |
Reserved for internal use. |
||
method | iterator() | |
method | removeAt(index) | |
method | updateFieldsValue() | |
Update fields value to the cells.
|
int getCount()
OdsCellField get(index)
index
- The index.OdsCellField get(row, column)
row
- The row index.column
- The column index.int add(row, column, fieldType, format)
row: int
- The row index.column: int
- The column index.fieldType: int
- A format: String
- The number format of the field.updateFieldsValue()
clear()
removeAt(index)
Iterator iterator()
Object get(index)
boolean contains(value)
int add(value)
int indexOf(value)