KSpreadCoreModule Class Reference

Inherits Module.

List of all members.


Detailed Description

The KSpreadCoreModule class implements a Kross::Api::Module to provide access to the KSpread functionality.

Example (in Ruby) :

 doc = krosskspreadcore::get("KSpreadDocument")
 sheet = doc.currentSheet()
 cell = sheet.cell(0, 0)
 cell.setValue("Hello World")


Generated on Mon Oct 23 11:37:25 2006 for KSpread by  doxygen 1.4.7