#ifndef __NUMBERVF_H__ #define __NUMBERVF_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 CDerivedEnum; class CDerivedBoolean; ///////////////////////////////////////////////////////////////////////////// // CNumberVF wrapper class class CNumberVF : public COleDispatchDriver { public: CNumberVF() {} // Calls COleDispatchDriver default constructor CNumberVF(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CNumberVF(const CNumberVF& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: long GetDecimalPlaces(); void SetDecimalPlaces(long); BOOL GetUseSeparators(); void SetUseSeparators(BOOL); CDerivedEnum GetOrderSignValue(); void SetOrderSignValue(LPDISPATCH); CDerivedBoolean GetSpaceSeparatingSign(); void SetSpaceSeparatingSign(LPDISPATCH); unsigned long GetNegativeValueColor(); void SetNegativeValueColor(unsigned long); CDerivedBoolean GetUseBrackets(); void SetUseBrackets(LPDISPATCH); LPDISPATCH GetParent(); // Operations public: }; #endif // __NUMBERVF_H__