xj qian
2024-11-18 a468bd6b4866e7d02df525e7cb077a3753438905
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() ;
@@ -287,6 +284,22 @@
   { return GetKCell()->SetReadOnly(bReadOnly);
   }
   int GetFixedRows()
   {
      return GetKCell()->GetFixedRows();
   }
   void    SetFixedRows(int value = 1)
   {
      return GetKCell()->SetFixedRows(value);
   }
   int GetFixedCols()
   {
      return GetKCell()->GetFixedCols();
   }
   void SetFixedCols(int value = 1)
   {
      return GetKCell()->SetFixedCols(value);
   }
};