InsertSharedFootnoteAt Method (Python)

Inserts a shared footnote (a footnote that applies to multiple labels and/or data cells) for the specified layer dimension.

Syntax

SpssLayerLabels.InsertSharedFootnoteAt(dim,index)

Parameters

dim. Index of the layer dimension

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.