SpreadsheetCell.h
上传用户:gtl068a
上传日期:2007-01-25
资源大小:233k
文件大小:0k
源码类别:

VC书籍

开发平台:

Visual C++

  1. class SpreadsheetCell
  2. {
  3.  public:
  4.   void setValue(double inValue);
  5.  protected:
  6.   double mValue;
  7.  public:
  8.   double getValue();
  9. };