filters
Swinder::Sheet Class Reference
List of all members.Detailed Description
Definition at line 34 of file sheet.h.
Public Member Functions | |
| Sheet (Workbook *workbook) | |
| virtual | ~Sheet () |
| Workbook * | workbook () |
| void | clear () |
| void | setName (const UString &name) |
| UString | name () const |
| Cell * | cell (unsigned column, unsigned row, bool autoCreate=true) |
| Column * | column (unsigned index, bool autoCreate=true) |
| Row * | row (unsigned index, bool autoCreate=true) |
| bool | visible () const |
| void | setVisible (bool v) |
| bool | protect () const |
| void | setProtect (bool p) |
| UString | leftHeader () const |
| void | setLeftHeader (const UString &h) |
| UString | centerHeader () const |
| void | setCenterHeader (const UString &h) |
| UString | rightHeader () const |
| void | setRightHeader (const UString &h) |
| UString | leftFooter () const |
| void | setLeftFooter (const UString &f) |
| UString | centerFooter () const |
| void | setCenterFooter (const UString &f) |
| UString | rightFooter () const |
| void | setRightFooter (const UString &f) |
| double | leftMargin () const |
| void | setLeftMargin (double m) |
| double | rightMargin () const |
| void | setRightMargin (double m) |
| double | topMargin () const |
| void | setTopMargin (double m) |
| double | bottomMargin () const |
| void | setBottomMargin (double m) |
| unsigned | maxRow () const |
| unsigned | maxColumn () const |
The documentation for this class was generated from the following files:

