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

Detailed Description
Class CellInfo represents a base class for records which provide information about cells.Some important records like BlankRecord, LabelRecord, and others inherit this class.
Definition at line 283 of file excel.h.
Public Member Functions | |
CellInfo () | |
virtual | ~CellInfo () |
virtual unsigned | row () const |
virtual unsigned | column () const |
virtual unsigned | xfIndex () const |
virtual void | setRow (unsigned r) |
virtual void | setColumn (unsigned c) |
virtual void | setXfIndex (unsigned i) |
Constructor & Destructor Documentation
Swinder::CellInfo::CellInfo | ( | ) |
Creates a new cell information.
virtual Swinder::CellInfo::~CellInfo | ( | ) | [virtual] |
Destroys the cell information.
Member Function Documentation
virtual unsigned Swinder::CellInfo::column | ( | ) | const [virtual] |
virtual unsigned Swinder::CellInfo::row | ( | ) | const [virtual] |
virtual void Swinder::CellInfo::setColumn | ( | unsigned | c | ) | [virtual] |
virtual void Swinder::CellInfo::setRow | ( | unsigned | r | ) | [virtual] |
virtual void Swinder::CellInfo::setXfIndex | ( | unsigned | i | ) | [virtual] |
virtual unsigned Swinder::CellInfo::xfIndex | ( | ) | const [virtual] |
The documentation for this class was generated from the following file: