show_subtotal_at_top property

show_subtotal_at_top property

when ShowInOutlineForm is true, then display subtotals at the top of the list of items instead of at the bottom

Remarks

Only works when ShowInOutlineForm is true.

Definition:

@property
def show_subtotal_at_top(self):
    ...
@show_subtotal_at_top.setter
def show_subtotal_at_top(self, value):
    ...

See Also