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 1802 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
|
Creates a new MergedCells record.
|
|
Destroys the record.
|
Member Function Documentation
|
Returns the total number of merged cells in the list.
|
|
Dumps record information to output stream. For debugging only. Reimplemented from Swinder::Record. |
|
Returns the index to first column in the i-th position in the list.
|
|
Returns the index to first row in the i-th position in the list.
|
|
Returns the index to last column in the i-th position in the list.
|
|
Returns the index to last row in the i-th position in the list.
|
|
Returns the name of the record. For debugging only. Reimplemented from Swinder::Record. |
|
Sets the data for this record.
Reimplemented from Swinder::Record. |
Member Data Documentation
|
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: