HideTitle Method (R)
.HideTitle(object). Used to hide the title of a pivot table. By default, the title is shown. The argument object is a reference to the associated BasePivotTable
object.
Example
table = spss.BasePivotTable("Table Title",
"OMS table subtype")
BasePivotTable.HideTitle(table)