我有动态填充的 Libre/OpenOffice Base 表单中的表控件。
我想改变它的高度以匹配行数。
怎么做?
我试过改变getSize()
/setSize()
和height
财产,但我得到:
Property or method not found: getSize
我的代码:
oTable = oForm.GetByName("MySubForm").GetByName("MyTable")
oTable.getSize()
可视化:http: //i.imgur.com/IHi75.png
关于此表控件,因为它在 Base 中命名 - 在调试器中它是com.star.comp.forms.OGridControlModel
,在 content.xml 中它被列为com.sun.star.form.component.GridControl