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

Swinder::CellInfo::CellInfo (  ) 

Creates a new cell information.

virtual Swinder::CellInfo::~CellInfo (  )  [virtual]

Destroys the cell information.


Member Function Documentation

virtual unsigned Swinder::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

virtual unsigned Swinder::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

virtual void Swinder::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

virtual void Swinder::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

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

Sets the XF index for formatting of the cell.

See also:
xfIndex

virtual unsigned Swinder::CellInfo::xfIndex (  )  const [virtual]

Returns the XF index for formatting of the cell.

See also:
setXfIndex


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