EAS BOS 移除分錄所有數據行

//第一種:已封裝的移除所有數據行方法
kdtEntry.removeRows();

//第二種:會彈窗提示
kdtEntry.getSelectManager().select(0,0,kdtEntry.getRowCount(),kdtEntry.getColumnCount());
this.actionRemoveLine_actionPerformed(null);


 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章