作者sdtty (低调低调)
看板Visual_Basic
标题[.NET] 判断Excel某cell的内容为空值(空字元)
时间Sun May 25 13:39:33 2008
小弟的程式大致如下
if cells(1,3)= 空字元 then ......
空字元的code 我试过Nothing,Null,"" 但...都没用
想请问大大该怎麽写
我用的是VB.net 2005版
请求救
--
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 140.134.72.45
1F:推 james73510:试试看 if cell(1,3)="" then 05/25 14:20
2F:推 hiyiyi:if len(cell(1,3)=0 then 05/27 22:56
3F:→ hiyiyi:if len(cell(1,3))=0 then 05/27 22:57