From c73702d600ef2d0843ec7e3ace65f8c63c6905c2 Mon Sep 17 00:00:00 2001
From: LiFan <2308045698@qq.com>
Date: 星期二, 16 七月 2024 15:21:53 +0800
Subject: [PATCH] update
---
jrj/xframe/xcontrol/xcell.hpp | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/jrj/xframe/xcontrol/xcell.hpp b/jrj/xframe/xcontrol/xcell.hpp
index 767285f..39d95f4 100644
--- a/jrj/xframe/xcontrol/xcell.hpp
+++ b/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() ;
--
Gitblit v1.9.3