Aspose::Cells::Ods::OdsCellField class

OdsCellField class

Represents the cell field of ods.

class OdsCellField

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
OdsCellField(OdsCellField_Impl* impl)Constructs from an implementation object.
OdsCellField(const OdsCellField& src)Copy constructor.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also