kspread
Kross::KSpreadCore::KSpreadCoreModule Class Reference
#include <kspreadcoremodule.h>
Inherits Kross::Api::Module.
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")
Definition at line 49 of file kspreadcoremodule.h.
Public Member Functions | |
KSpreadCoreModule (Kross::Api::Manager *manager) | |
virtual const QString | getClassName () const |
The documentation for this class was generated from the following files: