From a24a99da3f57ca960e0bde4df1cb4799e6254b30 Mon Sep 17 00:00:00 2001 From: LiFan <2308045698@qq.com> Date: 星期二, 16 七月 2024 12:36:30 +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