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 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
|
Creates a new column span information.
|
|
Destroys the column span information.
|
Member Function Documentation
|
Returns the first column associated with the span information. Column index is zero based, so the first column is 0.
|
|
Returns the last column associated with the span information. Column index is zero based, so the first column is 0.
|
|
Sets the first column associated with the span information. Column index is zero based, so the first column is 0.
|
|
Sets the last column associated with the span information. Column index is zero based, so the first column is 0.
|
The documentation for this class was generated from the following file: