OdsCellFieldCollection

OdsCellFieldCollection class

Represents the fields of ODS.

Properties

NameTypeDescription
Countint
Item (int)OdsCellFieldGets the field by the index.
Item (int, int)OdsCellFieldGets the field by row and column index.

Methods

NameDescription
addAdds a field.
updateFieldsValueUpdate fields value to the cells.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved 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.

ParameterTypeDescription
rowintThe row index.
columnintThe column index.
fieldTypeintA OdsCellFieldType value. The type of the field.
formatStringThe 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.