filters
Swinder::BoolErrRecord Class Reference
#include <excel.h>
Inheritance diagram for Swinder::BoolErrRecord:

Detailed Description
Boolean value or error code.Class BOFRecord represents BoolErr record, which is used to store boolean value or error code of a cell.
Definition at line 578 of file excel.h.
Public Member Functions | |
unsigned int | rtti () |
BoolErrRecord () | |
virtual | ~BoolErrRecord () |
Value | value () const |
virtual void | setData (unsigned size, const unsigned char *data) |
virtual const char * | name () |
virtual void | dump (std::ostream &out) const |
Static Public Attributes | |
static const unsigned int | id |
Constructor & Destructor Documentation
|
Creates a new BoolErr record.
|
|
Destroys the BoolErr record.
|
Member Function Documentation
|
Dumps record information to output stream. For debugging only. Reimplemented from Swinder::Record. |
|
Returns the name of the record. For debugging only. Reimplemented from Swinder::Record. |
|
Sets the data for this record.
Reimplemented from Swinder::Record. |
|
Returns value of the cell, could be either boolean or error.
|
Member Data Documentation
|
Static ID of the BoolErr record.
Reimplemented from Swinder::Record. |
The documentation for this class was generated from the following file: