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 350 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

Swinder::ColumnSpanInfo::ColumnSpanInfo  ) 
 

Creates a new column span information.

virtual Swinder::ColumnSpanInfo::~ColumnSpanInfo  )  [virtual]
 

Destroys the column span information.


Member Function Documentation

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

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

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

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

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