filter Methode

filter(self, type, sheet_index)

Ruft alle definierten Namen nach Bereich ab.

Kehrt zurück


def filter(self, type, sheet_index):
    ...
ParameterTypBeschreibung
typeNameScopeTypeDer Bereichstyp.
sheet_indexintDer Blattindex.
Wirkt sich nur aus, wenn der Bereichstyp NameScopeType.WORKSHEET ist

Siehe auch