SelectReferredFootnotesAt Method (Python)

Selects all the footnotes referenced by the specified label cell, in addition to previously selected elements.

Syntax

SpssLabels.SelectReferredFootnotesAt(row,column)

Parameters

row. Row index in the label array

column. Column index in the label array

Note: This method is not available for legacy tables. To modify footnotes associated with a particular label 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.