Metodo get
get(self, index)
Ottiene VbaModule
nell’elenco tramite l’indice.
ritorna
def get(self, index):
...
Parametro | Tipo | Descrizione |
---|---|---|
index | int | L’indice. |
get(self, name)
Ottiene VbaModule
nell’elenco in base al nome.
ritorna
def get(self, name):
...
Parametro | Tipo | Descrizione |
---|---|---|
name | str | Il nome del modulo. |
Guarda anche
- modulo
aspose.cells.vba
- classe
VbaModule
- classe
VbaModuleCollection