|
FreeXL 2.0.0
|
Container for a cell value. More...
#include <freexl.h>
Data Structures | |
| union | [union].value |
Data Fields | |
| unsigned char | type |
| The type of data stored in this cell. | |
| union | value |
| The value of the data stored in the cell. | |
Container for a cell value.
freexl_get_cell_value() takes a pointer to this structure, and fills in the appropriate values.
| unsigned char FreeXL_CellValue_str::type |
The type of data stored in this cell.
Can be one of the following:
| union FreeXL_CellValue_str::[union].value FreeXL_CellValue_str::value |
The value of the data stored in the cell.
Which part of the union is valid is determined by the type value.