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

Detailed Description
Class RowRecord represents Row record, which provides information (such as row height and formatting) for a span of columns.
Definition at line 2271 of file excel.h.
Public Member Functions | |
| unsigned int | rtti () |
| RowRecord () | |
| virtual | ~RowRecord () |
| unsigned | row () const |
| void | setRow (unsigned r) |
| unsigned | xfIndex () const |
| void | setXfIndex (unsigned i) |
| unsigned | height () const |
| void | setHeight (unsigned h) |
| bool | hidden () const |
| void | setHidden (bool h) |
| 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 Row record.
|
|
|
Destroys the record.
|
Member Function Documentation
|
|
Dumps record information to output stream. For debugging only. Reimplemented from Swinder::Record. |
|
|
Returns the height of the row, specified in twips (1/20 pt).
|
|
|
Returns true if the row should be hidden, i.e not visible.
|
|
|
Returns the name of the record. For debugging only. Reimplemented from Swinder::Record. |
|
|
Returns the index of the row.
|
|
||||||||||||
|
Sets the data for this record.
Reimplemented from Swinder::Record. |
|
|
Sets the height of the row, specified in twips (1/20 pt).
|
|
|
Sets whether row should be hidden or visible.
|
|
|
Sets the index of the row.
|
|
|
Sets the XF index for the formatting of the cells.
|
|
|
Returns the XF index for the formatting of the cells.
|
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:

