show_subtotal_at_top property

show_subtotal_at_top property

Indicates whether to display subtotals at the top or bottom of items when ShowInOutlineForm is true, then

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