InsertSharedFootnoteAt Method (Python)
Inserts a shared footnote (a footnote that applies to multiple data cells and/or labels) for the specified data cell.
Syntax
SpssDataCells.InsertSharedFootnoteAt(row,column,index)
Parameters
row. Row index.
column. Column index
index. The index (in the footnote array) of the desired footnote.
Note: When
inserting a shared footnote along with a new footnote created with
the InsertNewFootnoteAt
method,
you can use the index value returned by the InsertNewFootnoteAt
method. See the topic InsertNewFootnoteAt Method (Python) for more information.