Aspose::Cells::Ods::OdsCellFieldCollection class
Contents
[
Hide
]OdsCellFieldCollection class
Represents the fields of ODS.
class OdsCellFieldCollection
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
OdsCellFieldCollection(OdsCellFieldCollection_Impl* impl) | Constructs from an implementation object. |
OdsCellFieldCollection(const OdsCellFieldCollection& src) | Copy constructor. |
explicit operator bool() const | operator bool() |
operator=(const OdsCellFieldCollection& src) | operator= |
UpdateFieldsValue() | Update fields value to the cells. |
~OdsCellFieldCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Ods
- Library Aspose.Cells for C++