Files
core/ASCOfficeXlsFile2/source/XlsFormat/Logic/ChartSheetSubstream.h
Elen.Subbotina 29c989e784 чтение xls файлов
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@58816 954022d7-b5bf-4e40-9824-e11837661b57
2016-05-20 23:19:50 +03:00

25 lines
425 B
C++

#pragma once
#include <Logic/CompositeObject.h>
namespace XLS
{;
// Logical representation of ChartSheetSubstream union of records
class ChartSheetSubstream: public CompositeObject
{
BASE_OBJECT_DEFINE_CLASS_NAME(ChartSheetSubstream)
public:
ChartSheetSubstream();
~ChartSheetSubstream();
BaseObjectPtr clone();
virtual const bool loadContent(BinProcessor& proc);
};
} // namespace XLS