filters
Swinder::Cell Class Reference
List of all members.Detailed Description
Definition at line 33 of file excel/sidewinder/cell.h.
Public Member Functions | |
Cell (Sheet *sheet, unsigned column, unsigned row) | |
virtual | ~Cell () |
Sheet * | sheet () |
unsigned | column () const |
unsigned | row () const |
UString | name () const |
UString | columnLabel () const |
Value | value () const |
void | setValue (const Value &value) |
UString | formula () const |
void | setFormula (const UString &formula) |
Format | format () const |
void | setFormat (const Format &format) |
unsigned | columnSpan () const |
void | setColumnSpan (unsigned span) |
unsigned | rowSpan () const |
void | setRowSpan (unsigned span) |
Static Public Member Functions | |
static UString | name (unsigned column, unsigned row) |
static UString | columnLabel (unsigned column) |
The documentation for this class was generated from the following files: