SelectReferredFootnotesAt Method (Python)
Selects all the footnotes referenced by the specified data cell, in addition to previously selected elements.
Syntax
SpssDataCells.SelectReferredFootnotesAt(row,column)
Parameters
row. Row index
column. Column index
Note: This method is not available
for legacy tables.
To modify footnotes associated with a particular data cell in a legacy
table, use the GetReferredFootnotesAt method to get an SpssFootnotes
object containing the footnotes. You can then use the methods of
the SpssFootnotes
object to make
the desired modifications.