Aspose::Cells::Ods::OdsCellFieldCollection class

OdsCellFieldCollection class

Represents the fields of ODS.

class OdsCellFieldCollection

Methods

MethodDescription
Add(int32_t row, int32_t column, OdsCellFieldType fieldType, const U16String& format)Adds a field.
Add(int32_t row, int32_t column, OdsCellFieldType fieldType, const char16_t* format)Adds a field.
Get(int32_t index)Gets the field by the index.
Get(int32_t row, int32_t column)Gets the field by row and column index.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
OdsCellFieldCollection(OdsCellFieldCollection_Impl* impl)Constructs from an implementation object.
OdsCellFieldCollection(const OdsCellFieldCollection& src)Copy constructor.
explicit operator bool() constoperator bool()
operator=(const OdsCellFieldCollection& src)operator=
UpdateFieldsValue()Update fields value to the cells.
~OdsCellFieldCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also