Home | Libraries | People | FAQ | More |
boost::cell_content_type — Cell Content Type Currently present in Cell.
// In header: <boost/document/detail/cell_content_type.hpp> struct cell_content_type { enum type { EMPTY, STRING, VALUE, FORMULA, ERROR }; };