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
Swinder::MergedCellsRecord::MergedCellsRecord | ( | ) |
Creates a new MergedCells record.
virtual Swinder::MergedCellsRecord::~MergedCellsRecord | ( | ) | [virtual] |
Destroys the record.
Member Function Documentation
unsigned Swinder::MergedCellsRecord::count | ( | ) | const |
Returns the total number of merged cells in the list.
virtual void Swinder::MergedCellsRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
unsigned Swinder::MergedCellsRecord::firstColumn | ( | unsigned | i | ) | const |
Returns the index to first column in the i-th position in the list.
unsigned Swinder::MergedCellsRecord::firstRow | ( | unsigned | i | ) | const |
Returns the index to first row in the i-th position in the list.
unsigned Swinder::MergedCellsRecord::lastColumn | ( | unsigned | i | ) | const |
Returns the index to last column in the i-th position in the list.
unsigned Swinder::MergedCellsRecord::lastRow | ( | unsigned | i | ) | const |
Returns the index to last row in the i-th position in the list.
virtual const char* Swinder::MergedCellsRecord::name | ( | ) | [inline, virtual] |
virtual void Swinder::MergedCellsRecord::setData | ( | unsigned | size, | |
const unsigned char * | data | |||
) | [virtual] |
Member Data Documentation
const unsigned int Swinder::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 file: