filters

Swinder::ColumnSpanInfo Class Reference

#include <excel.h>

Inheritance diagram for Swinder::ColumnSpanInfo:

Swinder::ColInfoRecord Swinder::MulBlankRecord Swinder::MulRKRecord Swinder::RowRecord List of all members.

Detailed Description

Class CellInfo represents a base class for records which provide information about a span of columns.

The information, like formatting index, should apply to columns (as specified) from firstColumn and lastColumn.

Definition at line 357 of file excel.h.


Public Member Functions

 ColumnSpanInfo ()
virtual ~ColumnSpanInfo ()
virtual unsigned firstColumn () const
virtual unsigned lastColumn () const
virtual void setFirstColumn (unsigned c)
virtual void setLastColumn (unsigned c)

Constructor & Destructor Documentation

ColumnSpanInfo::ColumnSpanInfo (  ) 

Creates a new column span information.

Definition at line 1428 of file excel.cpp.

ColumnSpanInfo::~ColumnSpanInfo (  )  [virtual]

Destroys the column span information.

Definition at line 1435 of file excel.cpp.


Member Function Documentation

unsigned ColumnSpanInfo::firstColumn (  )  const [virtual]

Returns the first column associated with the span information.

Column index is zero based, so the first column is 0.

See also:
lastColumn, setFirstColumn

Definition at line 1440 of file excel.cpp.

unsigned ColumnSpanInfo::lastColumn (  )  const [virtual]

Returns the last column associated with the span information.

Column index is zero based, so the first column is 0.

See also:
firstColumn, setLastColumn

Definition at line 1450 of file excel.cpp.

void ColumnSpanInfo::setFirstColumn ( unsigned  c  )  [virtual]

Sets the first column associated with the span information.

Column index is zero based, so the first column is 0.

See also:
setLastColumn, firstColumn

Definition at line 1445 of file excel.cpp.

void ColumnSpanInfo::setLastColumn ( unsigned  c  )  [virtual]

Sets the last column associated with the span information.

Column index is zero based, so the first column is 0.

See also:
setFirstColumn, lastColumn

Definition at line 1455 of file excel.cpp.


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