cell_t

Defined in header: <ixion/types.hpp>

enum class ixion::cell_t : std::uint8_t

This type represents a raw cell type as stored in ixion::model_context.

Values:

enumerator unknown

unknown cell type.

enumerator string

cell contains a raw string value.

enumerator numeric

cell contains a raw numeric value.

enumerator formula

cell contains a formula object.

enumerator boolean

cell contains a raw boolean value.

enumerator empty

cell is empty and contains absolutely nothing.