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 1012 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
|
Creates a new Dimension record.
|
|
Destroys the record.
|
Member Function Documentation
|
Dumps record information to output stream. For debugging only. Reimplemented from Swinder::Record. |
|
Returns index to the first used column.
|
|
Returns index to the first used row.
|
|
Returns index to the last used column.
|
|
Returns index to the last used row.
|
|
Returns the name of the record. For debugging only. Reimplemented from Swinder::Record. |
|
Sets the data for this record.
Reimplemented from Swinder::Record. |
|
Sets index to the first used column.
|
|
Sets index to the first used row.
|
|
Sets index to the last used column.
|
|
Sets index to the last used row.
|
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: