Aspose::Cells::Ods::OdsCellField class
Contents
[
Hide
]OdsCellField class
Represents the cell field of ods.
class OdsCellField
Methods
Method | Description |
---|---|
GetColumn() | Get and sets the column index of the cell. |
GetCustomFormat() | Represents the custom format of the field’s value. |
GetFieldType() | Gets and sets the type of the field. |
GetRow() | Get and sets the row index of the cell. |
IsNull() const | Checks whether the implementation object is nullptr. |
OdsCellField(OdsCellField_Impl* impl) | Constructs from an implementation object. |
OdsCellField(const OdsCellField& src) | Copy constructor. |
explicit operator bool() const | operator bool() |
operator=(const OdsCellField& src) | operator= |
SetColumn(int32_t value) | Get and sets the column index of the cell. |
SetCustomFormat(const U16String& value) | Represents the custom format of the field’s value. |
SetCustomFormat(const char16_t* value) | Represents the custom format of the field’s value. |
SetFieldType(OdsCellFieldType value) | Gets and sets the type of the field. |
SetRow(int32_t value) | Get and sets the row index of the cell. |
~OdsCellField() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Ods
- Library Aspose.Cells for C++