show_subtotal_at_top属性
show_subtotal_at_top属性
当 ShowInOutlineForm 为 true 时,则在项目列表的顶部而不是底部显示小计
评论
仅当 ShowInOutlineForm 为 true 时才有效。
定义:
@property
def show_subtotal_at_top(self):
...
@show_subtotal_at_top.setter
def show_subtotal_at_top(self, value):
...