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 276 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
|
Creates a new cell information.
|
|
Destroys the cell information.
|
Member Function Documentation
|
Returns the column associated with the cell information. It is zero based, so the first column is 0.
|
|
Returns the row associated with the cell information. It is zero based, so the first row is 0.
|
|
Sets the column associated with the cell information. It is zero based, so the first column is 0.
|
|
Sets the row associated with the cell information. It is zero based, so the first row is 0.
|
|
Sets the XF index for formatting of the cell.
|
|
Returns the XF index for formatting of the cell.
|
The documentation for this class was generated from the following file: