One spreadsheet cell.
More...
#include <Utils/XMLSpreadsheet/CXMLSpreadsheet.h>
|
|
| SCell () |
| | Construct an empty string cell.
|
|
|
u32 | Row |
| | One-based row index from the source document.
|
|
u32 | Col |
| | One-based column index from the source document.
|
|
EPropertyDataType | Type |
| | Serialized property type of this cell.
|
|
std::string | Value |
| | Narrow string value.
|
|
std::wstring | UnicodeValue |
| | Unicode string value.
|
|
int | NumberInt |
| | Integer numeric value.
|
|
float | NumberFloat |
| | Floating-point numeric value.
|
|
long | Time |
| | Time value represented as seconds.
|
|
int | TimeYear |
| | Time year component.
|
|
int | TimeMonth |
| | Time month component.
|
|
int | TimeDay |
| | Time day component.
|
|
int | TimeHour |
| | Time hour component.
|
|
int | TimeMin |
| | Time minute component.
|
|
int | TimeSec |
| | Time second component.
|
The documentation for this struct was generated from the following file: