kspread
Kross::KSpreadCore::Sheet Class Reference
#include <krs_sheet.h>
Detailed Description
A sheet in a document.Example (in Ruby) :
doc = krosskspreadcore::get("KSpreadDocument")
sheet1 = doc.sheetByName("Sheet1")
sheet2 = doc.sheetByName("Sheet2")
cell1 = sheet1.firstCell()
while cell1
colnr = cell1.column()
rownr = cell1.row()
cell2 = sheet2.cell(colnr, rownr)
cell2.setValue( cell1.value() )
cell1 = cell1.nextCell()
end
Definition at line 50 of file krs_sheet.h.
Public Member Functions | |
Sheet (KSpread::Sheet *sheet, KSpread::Doc *doc=0) | |
virtual | ~Sheet () |
virtual const QString | getClassName () const |
The documentation for this class was generated from the following files: