此主题相关图片如下:未命名.jpg
为什么不能选中“附件”整列? 应该怎么写?
[此贴子已经被作者于2009-2-26 18:32:02编辑过]
With CurrentTable
dim c As integer = .Cols("附件").Index
.Select(0, c, .row.count -1,c)
End With
此主题相关图片如下:未命名1.jpg
这个ok::With CurrentTable
dim c As integer = .Cols("附件").Index
.Select(0, c, CurrentTable.rows.count -1,c)
End With
[此贴子已经被作者于2009-2-26 18:13:52编辑过]