OdsCellFieldCollection
Contents
[
Hide
]OdsCellFieldCollection class
Represents the fields of ODS.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | OdsCellField | Gets the field by the index. |
| Item (int, int) | OdsCellField | Gets the field by row and column index. |
Methods
| Name | Description |
|---|---|
| add | Adds a field. |
| updateFieldsValue | Update fields value to the cells. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved for internal use. |
OdsCellFieldCollection.Count property
Type: int
OdsCellFieldCollection.Item (int) property
Gets the field by the index.
Type: OdsCellField
OdsCellFieldCollection.Item (int, int) property
Gets the field by row and column index.
Type: OdsCellField
add(row, column, fieldType, format) (1 of 2)
Adds a field.
| Parameter | Type | Description |
|---|---|---|
| row | int | The row index. |
| column | int | The column index. |
| fieldType | int | A OdsCellFieldType value. The type of the field. |
| format | String | The number format of the field. |
add(value) (2 of 2)
Reserved for internal use.
updateFieldsValue()
Update fields value to the cells.
clear()
removeAt(index)
iterator()
get(index)
Reserved for internal use.
contains(value)
Reserved for internal use.
indexOf(value)
Reserved for internal use.