//单据表体表模式,带有默认合计行表模式、行号表模式。
this.getBillCardPanelWrapper().getBillCardPanel().getBillModel("").setBodyItems(new BillItem[]{});//设置表格元素
this.getBillCardPanelWrapper().getBillCardPanel().getBillModel("").setValueAt(arg0, arg1, arg2);//设置单元格数据
this.getBillCardPanelWrapper().getBillCardPanel().getBillModel("").setBodyDataVO(null);//设置表体数据
this.getBillCardPanelWrapper().getBillCardPanel().getBillModel("").setBodyRowVO(arg0, arg1);//设置表体行数据
this.getBillCardPanelWrapper().getBillCardPanel().getBillModel("").addLine();//增加行
this.getBillCardPanelWrapper().getBillCardPanel().getBillModel("").copyLine(new int[]{});//复制多行
this.getBillCardPanelWrapper().getBillCardPanel().getBillModel("").pasteLine(1);//黏贴行
this.getBillCardPanelWrapper().getBillCardPanel().getBillModel("").delLine(new int[]{});//删除多行
this.getBillCardPanelWrapper().getBillCardPanel().getBillModel("").execLoadFormula();//执行加载公式
this.getBillCardPanelWrapper().getBillCardPanel().getBillModel("").execFormula(arg0, arg1);//批量执行公式(从界面上取值)
BillModel 单据表体表模式
最新推荐文章于 2024-04-18 15:48:03 发布
本文介绍了一种单据表体表模式的操作方法,包括设置表格元素、单元格数据、表体数据等,并演示了如何增加、复制、粘贴及删除表体行,以及执行加载公式和批量执行公式的方法。
1542

被折叠的 条评论
为什么被折叠?



