Skylicht Engine
Loading...
Searching...
No Matches
Skylicht::CXMLSpreadsheet::SCell Struct Reference

One spreadsheet cell. More...

#include <Utils/XMLSpreadsheet/CXMLSpreadsheet.h>

Public Member Functions

 SCell ()
 Construct an empty string cell.

Public Attributes

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.

Detailed Description

One spreadsheet cell.


The documentation for this struct was generated from the following file: