![]() |
Skylicht Engine
|
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. | |
One spreadsheet sheet that owns its rows.