TitleFootnotes Method (Python)

.TitleFootnotes(footnote). Used to add a footnote to the table title. The argument footnote is a string specifying the footnote.

Example

table = spss.BasePivotTable("Table Title",
                            "OMS table subtype")

table.TitleFootnotes("A title footnote")