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

One spreadsheet sheet that owns its rows. More...

#include <Utils/XMLSpreadsheet/CXMLSpreadsheet.h>

Public Member Functions

 ~SSheet ()
 Destroy all rows in the sheet.
void clear ()
 Remove and delete all rows.

Public Attributes

int NumRow
 Declared number of rows.
int NumCol
 Declared number of columns.
std::string Name
 Sheet name as narrow text.
std::wstring NameUnicode
 Sheet name as Unicode text.
std::vector< SRow * > Rows
 Rows contained in the sheet.

Detailed Description

One spreadsheet sheet that owns its rows.


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