请问JS代码如何定位到指定的单元格?
定位代码
var cell = contentPane.curLGP.getTDCell(1,1);
contentPane.curLGP.selectTDCell(cell);