filter method

filter(self, type, sheet_index)

Gets all defined name by scope.

Returns


def filter(self, type, sheet_index):
    ...
ParameterTypeDescription
typeNameScopeTypeThe scope type.
sheet_indexintThe sheet index.
Only effects when scope type is NameScopeType.WORKSHEET

See Also