Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct cell_content_type

boost::cell_content_type — Cell Content Type Currently present in Cell.

Synopsis

// In header: <boost/document/detail/cell_content_type.hpp>


struct cell_content_type {

  enum type { EMPTY, STRING, VALUE, FORMULA, ERROR };
};

PrevUpHomeNext