SetTextUnderlinedAt Method (Python)
Sets the underlined effect of the specified footnote.
Syntax
SpssFootnotes.SetTextUnderlinedAt(index,boolean)
Parameters
index. Index of the footnote
boolean. True for underlined, False for not underlined
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 underlined effect of all footnotes in a legacy table by selecting all footnotes with the SpssPivotTable.SelectAllFootnotes method and then calling the SpssPivotTable.SetTextUnderlined method.