Metodo get

get(self, index)

Ottiene VbaModule nell’elenco tramite l’indice.

ritorna


def get(self, index):
    ...
ParametroTipoDescrizione
indexintL’indice.

get(self, name)

Ottiene VbaModule nell’elenco in base al nome.

ritorna


def get(self, name):
    ...
ParametroTipoDescrizione
namestrIl nome del modulo.

Guarda anche