SetLeftMarginAt Method (Python)
Sets the left margin for the specified footnote.
Syntax
SpssFootnotes.SetLeftMarginAt(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 left margin of the footnote area in a legacy table by selecting all footnotes with the SpssPivotTable.SelectAllFootnotes method and then calling the SpssPivotTable.SetLeftMargin method.