Metodo get_named_ranges_and_tables

get_named_ranges_and_tables(self)

Ottiene tutti gli intervalli denominati predefiniti nel foglio di calcolo.

ritorna

Un array di oggetti Range.

Restituisce null se l’intervallo denominato non esiste.


def get_named_ranges_and_tables(self):
    ...

Guarda anche