filters

Swinder::CellInfo Class Reference

#include <excel.h>

Inheritance diagram for Swinder::CellInfo:

Swinder::BlankRecord Swinder::BoolErrRecord Swinder::FormulaRecord Swinder::LabelRecord Swinder::LabelSSTRecord Swinder::MulBlankRecord Swinder::MulRKRecord Swinder::NumberRecord Swinder::RKRecord Swinder::RStringRecord List of all members.

Detailed Description

Class CellInfo represents a base class for records which provide information about cells.

Some important records like BlankRecord, LabelRecord, and others inherit this class.

Definition at line 283 of file excel.h.


Public Member Functions

 CellInfo ()
virtual ~CellInfo ()
virtual unsigned row () const
virtual unsigned column () const
virtual unsigned xfIndex () const
virtual void setRow (unsigned r)
virtual void setColumn (unsigned c)
virtual void setXfIndex (unsigned i)

Constructor & Destructor Documentation

CellInfo::CellInfo (  ) 

Creates a new cell information.

Definition at line 1374 of file excel.cpp.

CellInfo::~CellInfo (  )  [virtual]

Destroys the cell information.

Definition at line 1382 of file excel.cpp.


Member Function Documentation

unsigned CellInfo::row (  )  const [virtual]

Returns the row associated with the cell information.

It is zero based, so the first row is 0.

See also:
setRow, column

Definition at line 1387 of file excel.cpp.

unsigned CellInfo::column (  )  const [virtual]

Returns the column associated with the cell information.

It is zero based, so the first column is 0.

See also:
setColumn, row

Definition at line 1397 of file excel.cpp.

unsigned CellInfo::xfIndex (  )  const [virtual]

Returns the XF index for formatting of the cell.

See also:
setXfIndex

Definition at line 1407 of file excel.cpp.

void CellInfo::setRow ( unsigned  r  )  [virtual]

Sets the row associated with the cell information.

It is zero based, so the first row is 0.

See also:
setColumn, row

Definition at line 1392 of file excel.cpp.

void CellInfo::setColumn ( unsigned  c  )  [virtual]

Sets the column associated with the cell information.

It is zero based, so the first column is 0.

See also:
setRow, column

Definition at line 1402 of file excel.cpp.

void CellInfo::setXfIndex ( unsigned  i  )  [virtual]

Sets the XF index for formatting of the cell.

See also:
xfIndex

Definition at line 1412 of file excel.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys