filters
Swinder::Cell Class Reference
List of all members.Detailed Description
Definition at line 36 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 |
| const Value & | value () const |
| void | setValue (const Value &value) |
| const UString & | formula () const |
| void | setFormula (const UString &formula) |
| Format | format () const |
| void | setFormat (const Format &format) |
| void | setFormatIndex (int index) |
| int | formatIndex () const |
| 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:

