xj qian
2025-04-16 89e1bb3dcccc25a9bda8ca22f3a88aadc8c59beb
jrj/xframe/xcontrol/xcell.hpp
@@ -3,6 +3,7 @@
#include "wobject/xcontrol.hpp"
#include "kobject/kcell.hpp"
#include "wobject/xurl.hpp"
#include "wobject/xutil.hpp"
using kcell = Hxsoft::XFrame::XOffice::XCell::IXCell;
class xcell : public xcontrol
@@ -300,6 +301,11 @@
   {
      return GetKCell()->SetFixedCols(value);
   }
   xstring GetItemXmlString(int ARow, int ACol)
   {
      return xutil::ToXmlText(GetKCell()->GetItemString(ARow, ACol));
   }
};