filters
Swinder::DimensionRecord Class Reference
#include <excel.h>
Inheritance diagram for Swinder::DimensionRecord:
List of all members.
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.
Constructor & Destructor Documentation
DimensionRecord::DimensionRecord |
( |
|
) |
|
Creates a new Dimension record.
Definition at line 2249 of file excel.cpp.
DimensionRecord::~DimensionRecord |
( |
|
) |
|
Member Function Documentation
unsigned DimensionRecord::firstRow |
( |
|
) |
const |
void DimensionRecord::setFirstRow |
( |
unsigned |
r |
) |
|
unsigned DimensionRecord::lastRow |
( |
|
) |
const |
void DimensionRecord::setLastRow |
( |
unsigned |
r |
) |
|
unsigned DimensionRecord::firstColumn |
( |
|
) |
const |
void DimensionRecord::setFirstColumn |
( |
unsigned |
r |
) |
|
unsigned DimensionRecord::lastColumn |
( |
|
) |
const |
void DimensionRecord::setLastColumn |
( |
unsigned |
r |
) |
|
virtual const char* Swinder::DimensionRecord::name |
( |
|
) |
[inline, virtual] |
void DimensionRecord::setData |
( |
unsigned |
size, |
|
|
const unsigned char * |
data | |
|
) |
| | [virtual] |
void DimensionRecord::dump |
( |
std::ostream & |
out |
) |
const [virtual] |
Dumps record information to output stream.
For debugging only.
Reimplemented from Swinder::Record.
Definition at line 2314 of file excel.cpp.
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.
Definition at line 1023 of file excel.h.
The documentation for this class was generated from the following files: