From a7042deea556e6ac56f4849de2ec448b5aa0592f Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期三, 24 七月 2024 10:07:49 +0800 Subject: [PATCH] update operator itemstring --- 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