LiFan
2024-07-09 2b0969c7ab5edf8f1021f18207f5710fdb52f5a7
jrj/xframe/xcontrol/xcell.hpp
@@ -81,10 +81,7 @@
   {
      return GetKCell()->SetItemString(ARow,ACol,(LPTSTR)value.c_str());
   }
   int SetRowColumn(int ARow, int ACol) //alias "?SetRowColumn@IXCell@XCell@XOffice@XFrame@Hxsoft@@QAEHHH@Z";
   {
      return GetKCell()->SetRowColumn(ARow,ACol);
   }
   int Copy() //alias "?Copy@IXCell@XCell@XOffice@XFrame@Hxsoft@@QAEHXZ";
   {
      return GetKCell()->Copy() ;