Aspose::Cells::Ods::OdsCellFieldCollection::Add method

OdsCellFieldCollection::Add(int32_t, int32_t, OdsCellFieldType, const U16String&) method

Adds a field.

int32_t Aspose::Cells::Ods::OdsCellFieldCollection::Add(int32_t row, int32_t column, OdsCellFieldType fieldType, const U16String &format)
ParameterTypeDescription
rowint32_tThe row index.
columnint32_tThe column index.
fieldTypeOdsCellFieldTypeThe type of the field.
formatconst U16String&The number format of the field.

ReturnValue

See Also

OdsCellFieldCollection::Add(int32_t, int32_t, OdsCellFieldType, const char16_t*) method

Adds a field.

int32_t Aspose::Cells::Ods::OdsCellFieldCollection::Add(int32_t row, int32_t column, OdsCellFieldType fieldType, const char16_t *format)
ParameterTypeDescription
rowint32_tThe row index.
columnint32_tThe column index.
fieldTypeOdsCellFieldTypeThe type of the field.
formatconst char16_t*The number format of the field.

ReturnValue

See Also