formula_ref_context_t

Defined in header: <orcus/spreadsheet/types.hpp>

enum class orcus::spreadsheet::formula_ref_context_t

Formula reference context specifies the location where a formula expression is used. This is used mainly for those document formats that make use of multiple formula reference syntaxes, such as ODS.

Values:

enumerator global

Default context, that is, the context that is NOT any of the other contexts specified below.

enumerator named_expression_base

Base cell position of either a named range or expression.

enumerator named_range

Named range is a special case of named expression where the expression consists of only one range token. Only ODS uses a different syntax in this context.

enumerator table_range

Range of a table, or a database range as it’s called in ODS. Only ODS uses a different syntax in this context.