SetTopMarginAt Method (Python)

Sets the top margin of the specified footnote.

Syntax

SpssFootnotes.SetTopMarginAt(index,margin)

Parameters

index. Index of the footnote

margin. An integer. The unit is the point (1/72 inch). The maximum value is 36.

The index of a footnote does not correspond to the footnote marker but to the order of their references in the table.

Note: This method is not available for legacy tables. You can set the top margin of the footnote area in a legacy table by selecting all footnotes with the SpssPivotTable.SelectAllFootnotes method and then calling the SpssPivotTable.SetTopMargin method.