获取表格中的值
dim cr as row = tables("表名").current
output.show(cr("第三列"))
除了以上的方式还有什么?
通过RowSel和ColSel能获取单元格上的值吗?怎么获取?