F
flysand
Unregistered / Unconfirmed
GUEST, unregistred user!
with ExcelWorksheet1.cells do begin
...
string1:=copy(string2,1,2)
//由于ExcelWorksheet1.cells有copy方法,因此编译出错
...
end;
在以上with中如何使用copy(string2,1,2)
...
string1:=copy(string2,1,2)
//由于ExcelWorksheet1.cells有copy方法,因此编译出错
...
end;
在以上with中如何使用copy(string2,1,2)