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

Detailed Description
Range of used area.Class DimensionRecord represents Dimension record, which contains the range address of the used area in the current sheet.
Definition at line 1019 of file excel.h.
Public Member Functions | |
unsigned int | rtti () |
DimensionRecord () | |
~DimensionRecord () | |
unsigned | firstRow () const |
void | setFirstRow (unsigned r) |
unsigned | lastRow () const |
void | setLastRow (unsigned r) |
unsigned | firstColumn () const |
void | setFirstColumn (unsigned r) |
unsigned | lastColumn () const |
void | setLastColumn (unsigned r) |
virtual const char * | name () |
virtual void | setData (unsigned size, const unsigned char *data) |
virtual void | dump (std::ostream &out) const |
Static Public Attributes | |
static const unsigned int | id |
Constructor & Destructor Documentation
Swinder::DimensionRecord::DimensionRecord | ( | ) |
Creates a new Dimension record.
Swinder::DimensionRecord::~DimensionRecord | ( | ) |
Destroys the record.
Member Function Documentation
virtual void Swinder::DimensionRecord::dump | ( | std::ostream & | out | ) | const [virtual] |
unsigned Swinder::DimensionRecord::firstColumn | ( | ) | const |
unsigned Swinder::DimensionRecord::firstRow | ( | ) | const |
unsigned Swinder::DimensionRecord::lastColumn | ( | ) | const |
unsigned Swinder::DimensionRecord::lastRow | ( | ) | const |
virtual const char* Swinder::DimensionRecord::name | ( | ) | [inline, virtual] |
virtual void Swinder::DimensionRecord::setData | ( | unsigned | size, | |
const unsigned char * | data | |||
) | [virtual] |
void Swinder::DimensionRecord::setFirstColumn | ( | unsigned | r | ) |
void Swinder::DimensionRecord::setFirstRow | ( | unsigned | r | ) |
void Swinder::DimensionRecord::setLastColumn | ( | unsigned | r | ) |
void Swinder::DimensionRecord::setLastRow | ( | unsigned | r | ) |
Member Data Documentation
const unsigned int Swinder::DimensionRecord::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: