Swinder::CellInfo Class Reference
#include <excel.h>
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.
Constructor & Destructor Documentation
Creates a new cell information.
Definition at line 1374 of file excel.cpp.
CellInfo::~CellInfo |
( |
|
) |
[virtual] |
Destroys the cell information.
Definition at line 1382 of file excel.cpp.
Member Function Documentation
unsigned 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
Definition at line 1387 of file excel.cpp.
unsigned 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
Definition at line 1397 of file excel.cpp.
unsigned CellInfo::xfIndex |
( |
|
) |
const [virtual] |
void 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
Definition at line 1392 of file excel.cpp.
void 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
Definition at line 1402 of file excel.cpp.
void CellInfo::setXfIndex |
( |
unsigned |
i |
) |
[virtual] |
Sets the XF index for formatting of the cell.
- See also:
- xfIndex
Definition at line 1412 of file excel.cpp.
The documentation for this class was generated from the following files: