filters
Swinder::ColumnSpanInfo Class Reference
#include <excel.h>
Inheritance diagram for Swinder::ColumnSpanInfo:

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 | ( | ) |
ColumnSpanInfo::~ColumnSpanInfo | ( | ) | [virtual] |
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
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
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
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
The documentation for this class was generated from the following files: