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

Detailed Description
Class MergedCellsRecord represents MergedCells record, which contains a list of all merged cells in the current sheets.Each entry in this list define the range of cells that should be merged, namely firstRow, lastRow, firstColumn and lastColumn.
Definition at line 1847 of file excel.h.
Public Member Functions | |
unsigned int | rtti () |
MergedCellsRecord () | |
virtual | ~MergedCellsRecord () |
unsigned | count () const |
unsigned | firstRow (unsigned i) const |
unsigned | lastRow (unsigned i) const |
unsigned | firstColumn (unsigned i) const |
unsigned | lastColumn (unsigned i) 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
MergedCellsRecord::MergedCellsRecord | ( | ) |
MergedCellsRecord::~MergedCellsRecord | ( | ) | [virtual] |
Member Function Documentation
unsigned MergedCellsRecord::count | ( | ) | const |
unsigned MergedCellsRecord::firstRow | ( | unsigned | i | ) | const |
unsigned MergedCellsRecord::lastRow | ( | unsigned | i | ) | const |
unsigned MergedCellsRecord::firstColumn | ( | unsigned | i | ) | const |
unsigned MergedCellsRecord::lastColumn | ( | unsigned | i | ) | const |
void MergedCellsRecord::setData | ( | unsigned | size, | |
const unsigned char * | data | |||
) | [virtual] |
virtual const char* Swinder::MergedCellsRecord::name | ( | ) | [inline, virtual] |
void MergedCellsRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
Member Data Documentation
const unsigned int MergedCellsRecord::id [static] |
Static ID of the record.
Subclasses should override this value with the id of the record they handle.
Reimplemented from Swinder::Record.
The documentation for this class was generated from the following files: