add method

add

Adds a field.

Returns

def add(self, row, column, field_type, format):
    ...
ParameterTypeDescription
rowintThe row index.
columnintThe column index.
field_typeOdsCellFieldTypeThe type of the field.
formatstrThe number format of the field.

See Also