#ifndef __CHARTGROUPCOLLECTION_H__ #define __CHARTGROUPCOLLECTION_H__ // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. // Dispatch interfaces referenced by this interface class CChartGroup; ///////////////////////////////////////////////////////////////////////////// // CChartGroupCollection wrapper class class CChartGroupCollection : public COleDispatchDriver { public: CChartGroupCollection() {} // Calls COleDispatchDriver default constructor CChartGroupCollection(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CChartGroupCollection(const CChartGroupCollection& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: LPDISPATCH GetParent(); long GetCount(); // Operations public: CChartGroup GetItem(const VARIANT& Index); CChartGroup Get_Item(const VARIANT& Index); }; #endif // __CHARTGROUPCOLLECTION_H__