kspread
Kross::KSpreadCore::Cell Class Reference
#include <krs_cell.h>
Inherits Kross::Api::Class< Kross::KSpreadCore::Cell >.
Detailed Description
For every cell in the spread sheet there is a Cell object.Cell contains format information and algorithm and it contains the calculation algorithm.
Example (in Ruby) :
doc = krosskspreadcore::get("KSpreadDocument") sheet = doc.currentSheet() cellA1 = sheet.cell(0, 0) cellA2 = sheet.cell(0, 1) cellA2.setValue( cellA1.value() ) cellA2.setTextColor( "#ff0000" )
Definition at line 50 of file krs_cell.h.
Public Member Functions | |
Cell (KSpread::Cell *cell, KSpread::Sheet *sheet, uint col, uint row) | |
virtual const QString | getClassName () const |
The documentation for this class was generated from the following files: